Updated test case

if_statement_parsing
Tristan B. V. Kildaire 2021-03-20 18:42:16 +02:00
parent 88a5528070
commit eaf359ec2d
1 changed files with 15 additions and 1 deletions

View File

@ -56,12 +56,26 @@ class clazz_2_1
{
print("Bruh");
}
else if(1)
{
print("Bruh");
}
else if(1)
{
print("Bruh");
}
else if(1)
{
print("Bruh");
}
else
{
print("Bhjkfd");
}
if (1) {} else if(1) {} else {}