[FIR] Set positioning strategy for UNRESOLVED_REFERENCE_WRONG_RECEIVER

This commit is contained in:
Kirill Rakhman
2023-11-07 15:24:41 +01:00
committed by Space Team
parent 789f886d3c
commit 6d2ab92d91
6 changed files with 5 additions and 30 deletions
@@ -29,7 +29,7 @@ fun test() {
oldAndNew %= 1
val onlyOld = OnlyOld()
<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>onlyOld %= 1<!>
onlyOld <!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>%=<!> 1
val onlyNew = OnlyNew()
onlyNew %= 1