[FIR] Add checking receivers of callable references
This commit is contained in:
Vendored
+1
-1
@@ -4,4 +4,4 @@ package test
|
||||
fun nullableFun(): Int? = null
|
||||
fun Int.foo() {}
|
||||
|
||||
val test1 = nullableFun()?::foo
|
||||
val test1 = <!UNRESOLVED_REFERENCE!>nullableFun()?::foo<!>
|
||||
Reference in New Issue
Block a user