147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
9 lines
237 B
Kotlin
Vendored
9 lines
237 B
Kotlin
Vendored
// "Add default constructor to expect class" "false"
|
|
// ACTION: Create subclass
|
|
// ACTION: Introduce import alias
|
|
// ACTION: Remove constructor call
|
|
// ERROR: This class does not have a constructor
|
|
|
|
interface A
|
|
|
|
open class C : A<caret>() |