Le 04/01/2015 23:26, Tobias Boege a écrit :
> Hi Benoit,
>
> there is a behaviour which bothers me for some time. If I create a class
> MyClass, make it Create Static and define a (non-static) Public Sub _call,
> I cannot use
>
>    MyClass()
>
> The interpreter throws "MyClass._call is not static". I can still use
>
>    MyClass._call()
>
> but that doesn't look cool enough. Can the interpreter be made more clever
> about this (or am I doing a forbidden thing)?
>
> Regards,
> Tobi
>

It's a bug. It's fixed in revision #6809.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to