aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr249216/base/src/Deca.java
blob: 7804056f61f3500ad5e089b6bedf45fb77d08e3e (plain)
1
2
3
4
5
6
@interface Foo {}

aspect X {
  declare @type: I: @Foo;
    interface I {}
}