jsp c'est un arraylist de string ou varImp dans proto et func

This commit is contained in:
Vu Tuan Minh
2025-04-24 07:00:31 +02:00
parent 0ae9660fc5
commit a86f3433be
6 changed files with 24 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ public class Program{
}
//Fonction
public static record FunctionImp(Type type, String nom, Instruction instruction)implements Function {
public static record FunctionImp(Type type, String nom, ArrayList<String> s,Instruction instruction)implements Function {
//public FunctionImp(Type type, String name, Instruction instruction) {
// this(type, name, new ArrayList<>() {{ add(instruction); }}); C KOI ?
//}