[Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context
gambas at ...2524...
gambas at ...2524...
Tue Jul 3 21:45:13 CEST 2012
Comment #5 on issue 268 by emil.len... at ...626...: Can call non-static
_unknown from a static context
http://code.google.com/p/gambas/issues/detail?id=268
'Class1
Static Public Sub _unknown(...)
Print "Test"
End
And then:
Dim a As New Class1
a.uu()
The call is completely ignored, no errors, and no "Test" on stdout.
More information about the User
mailing list