Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/ThisConstructorInGenericClass.jet
T

3 lines
43 B
Plaintext

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