[FIR] Correctly detect super type in delegated constructor call
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ open class S(
|
||||
|
||||
class A : S {
|
||||
|
||||
constructor() : <!INAPPLICABLE_CANDIDATE!>super<!>(
|
||||
constructor() : super(
|
||||
foo(),
|
||||
Nested(),
|
||||
Inner(),
|
||||
|
||||
Reference in New Issue
Block a user