test call void
This commit is contained in:
@@ -137,6 +137,13 @@ public class Program{
|
||||
}
|
||||
}
|
||||
|
||||
public static record VoidFunctionImp(String nom, ArrayList<Expression> expr) implements Instruction{
|
||||
@Override
|
||||
public <H, S> S accept(InstrVisitor<H, S> v, H h) {
|
||||
return v.visitVoidFunction(this, h);
|
||||
}
|
||||
}
|
||||
|
||||
//Type
|
||||
public static record Type_voidImp() implements Type{
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user