[FIR] Print operator keyword and token to unresolved diagnostic message

#KT-55672 Fixed
This commit is contained in:
Kirill Rakhman
2023-08-23 13:29:16 +02:00
committed by Space Team
parent 85bb7faf10
commit c30ce4aabe
33 changed files with 257 additions and 49 deletions
@@ -15,7 +15,7 @@ FILE: plusAssign.kt
}
public final fun test_1(): R|kotlin/Unit| {
lval f: R|Foo| = R|/Foo.Foo|()
R|<local>/f|.<Unresolved name: plus>#(R|<local>/f|)
R|<local>/f|.<Unresolved name: plus (+)>#(R|<local>/f|)
}
public final fun test_2(): R|kotlin/Unit| {
lval f: R|Foo| = R|/Foo.Foo|()