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

4 lines
50 B
Kotlin
Vendored

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