minor send fixes

This commit is contained in:
Torsten Ruger
2015-09-27 19:07:56 +03:00
parent 3e46dcda4e
commit eb57eb4d41
5 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ int foo(int x)
int a = 5
return a
end
3.foo( 4 )
foo( 4 )
HERE
@expect = [ Virtual::Return ]
check