[FIR] Print operator keyword and token to unresolved diagnostic message
#KT-55672 Fixed
This commit is contained in:
committed by
Space Team
parent
85bb7faf10
commit
c30ce4aabe
+1
-1
@@ -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|()
|
||||
|
||||
Reference in New Issue
Block a user