Files
kotlin/idea/testData/quickfix/removeNoConstructor/basic.kt

4 lines
81 B
Kotlin
Vendored

// "Remove constructor call" "true"
interface Base
class Derived : Base()<caret>