Files
kotlin-fork/idea/testData/quickfix/removeNoConstructor/basic.kt
T
2017-06-07 19:47:36 +02:00

4 lines
79 B
Kotlin
Vendored

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