Files
2015-05-12 19:43:17 +02:00

6 lines
89 B
Kotlin
Vendored

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