appeal VSL
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user