JVM_IR: generate flags for adapted function references

This commit is contained in:
Dmitry Petrov
2020-04-28 20:55:55 +03:00
parent 94bc8eaf83
commit f9bb07e128
4 changed files with 64 additions and 16 deletions
@@ -1,6 +1,7 @@
// !LANGUAGE: +SuspendConversion
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM_IR, JS_IR
// ^ TODO fix suspend coercion for bound function references in JVM_IR
// FILE: suspendCovnersion.kt
fun checkNotEqual(x: Any, y: Any) {