Files
kotlin-fork/idea/testData/quickfix/removeNoConstructor/basic.kt
T

4 lines
81 B
Kotlin
Vendored

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