correction params
This commit is contained in:
@@ -25,7 +25,7 @@ public class Program{
|
||||
}
|
||||
|
||||
//Prototype
|
||||
public static record PrototypeImp(Type type, String nom, ArrayList<String> params) implements Prototype{
|
||||
public static record PrototypeImp(Type type, String nom, ArrayList<VarImp> params) implements Prototype{
|
||||
@Override
|
||||
public <H, S> S accept(PrototypeVisitor<H, S> v, H h) {
|
||||
return v.visitPrototype(this,h);
|
||||
|
||||
Reference in New Issue
Block a user