summaryrefslogtreecommitdiffstats
path: root/tests/model/pr115607/pr115607.java
blob: 3b40e4ca4d41b60f8201fd927740a44eb8fc827d (plain)
1
2
3
4
5
6
7
@interface I {}

class Simple {}

public aspect pr115607 {
  declare @type: Simple : @I;
}