[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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user