d2a137d944
=== class Something<A : Comparable<A>> === reported by Max Also merge copy-paste in JavaDescriptorResolver
6 lines
85 B
Kotlin
6 lines
85 B
Kotlin
package test
|
|
|
|
trait TraitWithP<P>
|
|
|
|
class ClassParamReferencesSelf<A : TraitWithP<A>>
|