9 lines
230 B
Plaintext
Vendored
9 lines
230 B
Plaintext
Vendored
package test
|
|
|
|
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
|
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
|
|
}
|
|
|
|
internal interface TraitWithP</*0*/ P> {
|
|
}
|