Files
kotlin-fork/idea/testData/quickfix/insertDelegationCall/beforePrimaryRequiredWithBody.kt
T
2015-03-27 16:09:41 +03:00

8 lines
91 B
Kotlin

// "Insert 'this()' call" "true"
class A() {
constructor(x: String)<caret> {
}
}