Files
kotlin-fork/compiler/testData/resolveConstructorDelegationCalls/thisPrimaryEmpty.txt
T

8 lines
58 B
Plaintext
Vendored

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