blob: 0d58dfb50c9d0de2a2635a667be84b4842869990 [file] [log] [blame]
package test
public final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
}
public interface TraitWithP</*0*/ P> {
}