Closed sgalles closed 9 years ago
This code
class Foo{ shared new Bar(){} shared new () { (Foo.Bar)(); } } shared void run(){ Foo(); }
executed
foo$_Bar(); ^ ReferenceError: foo$_Bar is not defined
This code
executed