aboutsummaryrefslogtreecommitdiffstats
path: root/tests/options/XLintTypeDeclareField.java
blob: df58fc966e830970fadfdccb258d5ee63e3260f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class C {}
class D {}
class E {}
class F {}


public aspect XLintTypeDeclareField {

    public int UnknownType.i; // CM -XLint unfound type
}