FIR2IR: insert implicit cast of receiver to Any for interface Any calls

This commit is contained in:
Mikhail Glukhikh
2021-02-05 18:32:17 +03:00
parent 1c210c2386
commit 2cbdad0bb1
2 changed files with 18 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
val x: () -> Unit = {}
val y = x.hashCode()