[Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

gambas at ...2524... gambas at ...2524...
Sun Jul 8 02:42:21 CEST 2012


Comment #12 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

Trying to print out properties does not seem to work either..

'Class1
Public Function _property() As Boolean
   Return True
End

Public Function _unknown(...) As String
   Return "hello"
End

Public Sub TestFunction()
   Print Me.uuh
End

-> "Wanted Stream, got Class1", i.e. stack is corrupted.





More information about the User mailing list