Fixed error type case
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.SuperClassNotInitialized$AddParametersFix" "false"
|
||||
// ACTION: Change to constructor invocation
|
||||
// ERROR: Unresolved reference: XXX
|
||||
// ERROR: This type has a constructor, and thus must be initialized here
|
||||
open class Base(p1: XXX)
|
||||
|
||||
class C : Base<caret>
|
||||
Reference in New Issue
Block a user