aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/TypeInAspectNotImportedCE.java
blob: f79de07f322d1ec3c9b80999b209713133dbba2b (plain)
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
}