Added missing AST blueprint for 'syntaxtreegenerator' tests

This commit is contained in:
luca9913 2023-06-21 21:02:53 +02:00
parent 81e19f5315
commit ce0ef10c8d

View 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(());
}
}