class A { static B b; } class B {}
doing b = new B() does NOT work. Nor could I create a this() {} at module level
Enjoys Math via Digitalmars-d-learn Sat, 30 Jan 2016 13:56:34 -0800
class A { static B b; } class B {}
doing b = new B() does NOT work. Nor could I create a this() {} at module level