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).
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