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

public aspect XLintTypeDeclareMethod {

    int UnknownType.getValue() { return 0; } // CM -XLint unfound type
}