[FIR] Implement RESOLUTION_TO_CLASSIFIER
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ object B
|
||||
class C
|
||||
|
||||
fun test() {
|
||||
val interface_as_fun = <!UNRESOLVED_REFERENCE!>A<!>()
|
||||
val interface_as_fun = <!RESOLUTION_TO_CLASSIFIER!>A<!>()
|
||||
val interface_as_val = <!NO_COMPANION_OBJECT!>A<!>
|
||||
|
||||
val object_as_fun = <!INVISIBLE_REFERENCE!>B<!>()
|
||||
|
||||
Reference in New Issue
Block a user