mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-29 07:08:03 +00:00
fixed small error in abstract Syntax for testfiles
This commit is contained in:
parent
4ef3e6ff11
commit
509fb6213e
@ -9,7 +9,7 @@ import java.util.List;
|
|||||||
public class AbstractSyntax_OnlyClass {
|
public class AbstractSyntax_OnlyClass {
|
||||||
public static Class get() {
|
public static Class get() {
|
||||||
return new Class(
|
return new Class(
|
||||||
true,
|
false,
|
||||||
new Id("OnlyClass"),
|
new Id("OnlyClass"),
|
||||||
List.of(),
|
List.of(),
|
||||||
List.of(),
|
List.of(),
|
||||||
|
Loading…
Reference in New Issue
Block a user