Comment #10 on issue 268 by emil.len...@gmail.com: Can call non-static  
_unknown from a static context
http://code.google.com/p/gambas/issues/detail?id=268

Now some more headache :)

Public Function _property() As Boolean
   Return False
End

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

Public Sub TestFunction()
   Print Me.uuh()
End

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

And as you say, static unknown method called in dynamic context does not  
work yet, like it should by convention...


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to