appeal VSL

This commit is contained in:
Vu Tuan Minh
2025-04-27 22:44:38 +02:00
parent 6dfa1c6fd8
commit 38e3f992b9
3 changed files with 19 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ public class Program{
}
//Declaration
public static record DeclarationImp(Type t, ArrayList<String> s) implements Declaration{
@Override
public <H, S> S accept(DeclVisitor<H, S> v, H h) {