6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
package test
|
|
|
|
interface TraitWithP<P>
|
|
|
|
class ClassParamReferencesSelf<A : TraitWithP<A>>
|