Added missing AST blueprint for 'syntaxtreegenerator' tests
This commit is contained in:
parent
81e19f5315
commit
ce0ef10c8d
25
src/test/resources/syntaxtreegenerator/Box.ast
Normal file
25
src/test/resources/syntaxtreegenerator/Box.ast
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
class B {
|
||||||
|
|
||||||
|
B(){
|
||||||
|
super(());
|
||||||
|
}
|
||||||
|
B(){
|
||||||
|
super(());
|
||||||
|
}
|
||||||
|
|
||||||
|
}class Box_Main {
|
||||||
|
|
||||||
|
Box_Main(){
|
||||||
|
super(());
|
||||||
|
}
|
||||||
|
TPH T m(TPH U b){
|
||||||
|
b.m Signature: [TPH W, TPH X](new Box_Main());
|
||||||
|
b.m Signature: [TPH AB, TPH AC](new B());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Box_Main(){
|
||||||
|
super(());
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user