Fix for non-accessible constructor case
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.SuperClassNotInitialized$AddParenthesisFix" "false"
|
||||
// ERROR: This type has a constructor, and thus must be initialized here
|
||||
open class Base private(p: Int)
|
||||
|
||||
class C : Base<caret>
|
||||
Reference in New Issue
Block a user