Fixed error type case

This commit is contained in:
Valentin Kipyatkov
2015-05-08 20:39:18 +03:00
parent c6ebc50e6c
commit 4ac2e29d28
3 changed files with 14 additions and 2 deletions
@@ -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>