blob: ccbc2d003ed2bbf0a1291c825c8530b9d61740fd [file] [log] [blame]
// "class org.jetbrains.kotlin.idea.quickfix.SuperClassNotInitialized$AddParametersFix" "false"
// ACTION: Change to constructor invocation
// ERROR: This type has a constructor, and thus must be initialized here
open class Base
class C : Base<caret>