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

4 lines
57 B
Kotlin
Vendored

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