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

7 lines
106 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Foo() {
constructor(a: Int) : this() <caret>{
//comment
}
}