[IR] Distinguish super calls from other calls

Otherwise super call and virtual call to the same method get the same
map key in case of Fir2Ir IR generation
This commit is contained in:
Andrey Zinovyev
2021-05-17 17:12:36 +03:00
committed by TeamCityServer
parent 60bc0f4baf
commit 709c127f1b
2 changed files with 8 additions and 3 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
// FILE: 1.kt