[FIR] Properly handle callable references which were resolved with error
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
FILE: referenceToField.kt
|
||||
public final class A : R|kotlin/Any| {
|
||||
public constructor(): R|A| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
public final val x: R|kotlin/Int| = Int(1)
|
||||
public get(): R|kotlin/Int| {
|
||||
::F|/A.x|
|
||||
^ this@R|/A|.F|/A.x|
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user