Closed sgalles closed 9 years ago
when this code is executed
import foo{ Foo {bar} } class Foo{ shared new bar{} } shared void run(){ Foo f = bar; print(f); }
the ouput is <null>
<null>
when this code is executed
the ouput is
<null>