mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 01:38: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 static Class get() {
|
||||
return new Class(
|
||||
true,
|
||||
false,
|
||||
new Id("OnlyClass"),
|
||||
List.of(),
|
||||
List.of(),
|
||||
|
Loading…
Reference in New Issue
Block a user