mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-29 10:08:04 +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 While(
|
||||||
new MethodCall(
|
new MethodCall(
|
||||||
true,
|
false,
|
||||||
null,
|
null,
|
||||||
new Id("methodCall"),
|
new Id("methodCall"),
|
||||||
List.of()
|
List.of()
|
||||||
|
Loading…
Reference in New Issue
Block a user