JVM_IR: fix bound suspend-converted references

Note: inlining of adapted callable references is still suboptimal.

 #KT-42021 Fixed
This commit is contained in:
pyos
2020-09-22 11:53:29 +02:00
committed by max-kammerer
parent ac50433e17
commit 0e8a664c9b
12 changed files with 69 additions and 14 deletions
@@ -1,7 +1,5 @@
// !LANGUAGE: +SuspendConversion
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR
// ^ TODO fix suspend coercion for bound function references in JVM_IR
// FILE: suspendCovnersion.kt
fun checkNotEqual(x: Any, y: Any) {