class A { static B b; } class B {}

doing b = new B() does NOT work.

Nor could I create a this() {} at module level

Reply via email to