[FIR] Properly handle callable references which were resolved with error
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
val x: Int = 1
|
||||
get() {
|
||||
::<!UNSUPPORTED!>field<!>
|
||||
return field
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user