aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr203646/Bang.java
blob: 0b7ba74452cc7a23821db162e6e20d615c87bd4f (plain)
1
2
3
4
5
6
7
8
9
// fails

interface I {
  interface J< T > {}
}

public aspect Bang {
 public void I.J< T >.intro() {}
}