[FIR] Resolve LHS of type operator call in independent context
#KT-39046 Fixed
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ fun bar(f: () -> Unit) = 1
|
||||
fun bar(f: (String) -> Unit) = 2
|
||||
|
||||
val x1 = <!UNRESOLVED_REFERENCE!>::foo<!> as () -> Unit
|
||||
val x2 = bar(::foo as (String) -> Unit)
|
||||
val x2 = bar(<!UNRESOLVED_REFERENCE!>::foo<!> as (String) -> Unit)
|
||||
Reference in New Issue
Block a user