fixed small error in abstract Syntax for testfiles

This commit is contained in:
JonathanFleischmann 2024-05-07 20:28:00 +02:00
parent 4ef3e6ff11
commit 509fb6213e

View File

@ -9,7 +9,7 @@ import java.util.List;
public class AbstractSyntax_OnlyClass {
public static Class get() {
return new Class(
true,
false,
new Id("OnlyClass"),
List.of(),
List.of(),