Files
kotlin-fork/idea/testData/checker/regression/ThisConstructorInGenericClass.jet
T
2011-06-16 20:06:57 +04:00

3 lines
43 B
Plaintext

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