Files
kotlin-fork/idea/idea-completion/testData/keywords/BeforeDelegationCall.kt
T
Valentin Kipyatkov 54836113a7 Better test data format
2015-06-04 17:21:28 +03:00

7 lines
86 B
Kotlin
Vendored

class A(x: Int) {
constructor(): <caret>
}
// EXIST: this, super
// NOTHING_ELSE