[FIR] Set positioning strategy for UNRESOLVED_REFERENCE_WRONG_RECEIVER
This commit is contained in:
committed by
Space Team
parent
789f886d3c
commit
6d2ab92d91
Vendored
+1
-1
@@ -5,5 +5,5 @@ fun String.invoke(i: Int) {}
|
||||
fun foo(i: Int) {
|
||||
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>i<!>(1)
|
||||
|
||||
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>1(1)<!>
|
||||
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>1<!>(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user