mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
package test
|
|
|
|
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
|
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
|
|
}
|
|
|
|
internal trait TraitWithP</*0*/ P> {
|
|
}
|