Files
kotlin-fork/idea/testData/checker/regression/ThisConstructorInGenericClass.jet
T

3 lines
43 B
Plaintext

class Z() {
this(x : Int) : this() {}
}