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

class Simple {}

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