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

3 lines
55 B
Plaintext
Vendored

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