Files
kotlin-fork/idea/testData/intentions/removeEmptyPrimaryConstructor/secondary.kt
T

5 lines
79 B
Kotlin
Vendored

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