Updated test case by adding more recursive tests

This commit is contained in:
Tristan B. Velloza Kildaire 2021-03-05 11:33:26 +02:00
parent 3437d6ca84
commit f36ab8df5f
1 changed files with 12 additions and 1 deletions

View File

@ -12,12 +12,23 @@ class clazz_2_1
{
class clazz_2_2
{
class clazz_2_2_1
{
}
}
class clazz_2_3
{
class clazz_2_3_1
{
if(1)
{
print("Hello");
}
}
print("Hello");
}
}