JVM_IR: Fix visibility of inner suspend lambda inside inline function

It should be public, otherwise, after inlining, we will get IllegalAccessError.
This commit is contained in:
Ilmir Usmanov
2020-01-09 15:48:19 +01:00
parent 56c8fdc6c4
commit 891a55d79a
2 changed files with 26 additions and 7 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// FILE: flow.kt
// COMMON_COROUTINES_TEST