[FIR] fixed overridden symbols of "invoke" in KFunction

IR expects overridden symbols of "invoke" in KFunction to be "invoke"
in the corresponding Function classes.
Before this commit we don't set overriddenSymbol, now we do.
This commit is contained in:
Juan Chen
2020-02-07 13:52:01 -08:00
committed by Mikhail Glukhikh
parent e3721ed406
commit 04e8cba857
32 changed files with 58 additions and 69 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
var result = "Fail"
fun foo(newResult: String) {