fixed more cases of empty block syndrome

This commit is contained in:
Torsten Ruger
2015-10-22 15:37:02 +03:00
parent 6ac339d998
commit c68577c3f4
2 changed files with 10 additions and 5 deletions

View File

@ -16,7 +16,7 @@ class Object
end
end
HERE
@length = 17
@length = 22
check
end
@ -31,7 +31,7 @@ class Object
end
end
HERE
@length = 33
@length = 38
@stdout = "10"
check
end
@ -53,7 +53,7 @@ class Object
end
end
HERE
@length = 40
@length = 49
@stdout = "else"
check
end