FIR: introduce & use REFERENCE_BY_QUALIFIER positioning strategy
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ fun test1(i: Int) = { i ->
|
||||
i
|
||||
}(i)
|
||||
|
||||
fun test2() = <!INAPPLICABLE_CANDIDATE!>{ i -> i }()<!>
|
||||
fun test2() = <!INAPPLICABLE_CANDIDATE!>{ i -> i }<!>()
|
||||
|
||||
fun test3() = { i -> i }(1)
|
||||
Reference in New Issue
Block a user