1 2 3 4 5 6 7
class C { void m() { } } /** @testcase type not imported in aspect */ aspect A { Rectangle C.bounds = null; // CE 6 }