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

public aspect XLintTypeDeclareParent {

    declare parents: UnknownType implements Cloneable; // CM -XLint unfound type
}