blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Extensions of classes depends on namespace #91

Open Pharmhaus-2 opened 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: engor

Looks like extensions of classes depends on namespace. If my class and my extension of class are declared under the same namespace - all fine, but if namespaces are different - I get error Error : Value of type 'other.A' has no member named 'Test'

I attached zip with test1 and test2. test2 produces error.

Don't know exactly, but such behaviour is unexpected for me (bug).

ext-test.zip