Files
kotlin-fork/compiler/testData/resolveConstructorDelegationCalls/thisPrimaryEmpty.txt
T
2015-03-11 17:45:23 +03:00

7 lines
57 B
Plaintext
Vendored

class A() {
<caret>constructor(): this() {}
}
null