[mtasc] Functions considered dynamic?
Ralf Bokelberg
info at bokelberg.de
Thu Jun 23 16:33:24 CEST 2005
But shouldn't it complain when i remove dynamic from the intrinsic class
definition of Function?
Ralf.
Nicolas Cannasse wrote:
>>I wonder why mtasc doesn't complain about this code:
>>
>>MyClass.staticMethodWhichReturnsMyClass.instanceMethodOfMyClass();
>>
>>I forgot the () after staticMethodWhichReturnsMyClass, eg. it should
>>look like this correctly:
>>
>>MyClass.staticMethodWhichReturnsMyClass().instanceMethodOfMyClass();
>>
>>Ralf.
>
>
> Function is dynamic, according to MM specs.
>
> Nicolas
> --
> MTASC : no more coffee break while compiling
More information about the mtasc
mailing list