JVM_IR: lower calls to @JvmStatic functions from other files.

Note: this currently results in invalid IR (but valid bytecode) if the
@JvmStatic function is imported, because its IR representation is
unlowered and therefore has a dispatch receiver, but the call will not.
This commit is contained in:
pyos
2019-08-19 13:31:54 +02:00
committed by Georgy Bronnikov
parent 24adc09e2d
commit 7ff700ff97
2 changed files with 9 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
// FILE: 1.kt
// SKIP_INLINE_CHECK_IN: inlineFun$default
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
//WITH_RUNTIME
package test