Updated test case
parent
0ccadf51d4
commit
1121f2d84e
|
@ -37,6 +37,24 @@ class clazz_2_1
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
if(1)
|
||||
{
|
||||
print(1);
|
||||
}
|
||||
else if(1)
|
||||
{
|
||||
if(1)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
print("Hello");
|
||||
|
|
Loading…
Reference in New Issue