Files
kotlin-fork/compiler/testData/loadKotlin/class/ClassParamReferencesSelf.kt
T

6 lines
85 B
Kotlin

package test
trait TraitWithP<P>
class ClassParamReferencesSelf<A : TraitWithP<A>>