Files
kotlin-fork/idea/testData/intentions/removeEmptySecondaryConstructorBody/simple.kt
T

4 lines
63 B
Kotlin
Vendored

class Foo() {
constructor(a: Int) : this() <caret>{
}
}