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

4 lines
72 B
Plaintext
Vendored

// "Remove constructor call" "true"
interface Base
class Derived : Base