mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 17:48:03 +00:00
fixed small error in abstract Syntax for testfiles
This commit is contained in:
parent
40b17bf2b8
commit
4ef3e6ff11
@ -62,7 +62,7 @@ public class AbstractSyntax_ClassWithConstructorAndMethodCall {
|
||||
),
|
||||
new While(
|
||||
new MethodCall(
|
||||
true,
|
||||
false,
|
||||
null,
|
||||
new Id("methodCall"),
|
||||
List.of()
|
||||
|
Loading…
Reference in New Issue
Block a user