Mtasc doesn't check for functions beeing used as objects, because functions are dynamic.

myfunctionWhichReturnsMyClass.methodOfMyClass()
myfunctionWhichReturnsMyClass().methodOfMyClass()

Both statements are perfectly legal, but the first one could be an error also. I added a new option "-rb_check_function_call_missing" which issues a warning in the first case.

Ralf.

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to