[FIR] Correctly detect super type in delegated constructor call
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ FILE: test.kt
|
||||
|
||||
public final class Extra : R|test/Test| {
|
||||
public constructor(x: R|kotlin/Int|): R|test/Test.Extra| {
|
||||
super<R|kotlin/Any|>()
|
||||
super<R|test/Test|>()
|
||||
}
|
||||
|
||||
public final val x: R|kotlin/Int| = R|<local>/x|
|
||||
|
||||
Reference in New Issue
Block a user