Updated test case

if_statement_parsing
Tristan B. V. Kildaire 2021-03-20 15:24:44 +02:00
parent 5874a4c801
commit 0ccadf51d4
1 changed files with 1 additions and 8 deletions

View File

@ -27,14 +27,7 @@ class clazz_2_1
print("Hello");
}
if(1)
{
}
else
{
}
if(1)
{