Add parameters to localVar in TypedMethod

This commit is contained in:
ahmad 2024-05-11 11:45:06 +02:00
parent a8c44dc13b
commit cdbb3ae55f

View File

@ -48,6 +48,7 @@ public class TypedMethod implements TypedNode {
}
}
}
localVar.put(name, returnType);
}
public void convertToTypedBlock(Map<String, Type> localVar, TypedClass clas, Method unTypedMethod) {