aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1813/generics/BindInterfaceA.aj
blob: 2d3e56965fef4e9d34eddbe0c31daaff06da9c4c (plain)
1
2
3
4
5
6
7
8
public aspect BindInterfaceA {

    declare parents: AlreadyImplementsA implements A<ConcreteTImpl,ConcreteIImpl>;


}