summaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr223226/AspectX.java
blob: 188be0ca22aa2426f20d25c5ee754ea00b8749d4 (plain)
1
2
3
4
5
public aspect AspectX
{
        public A AspectXMarker<A,B>.doSomething(B b) { return null; }
}