JVM_IR: Do not generate accessor for private function

if the function is called in suspendCoroutine's lambda.
 #KT-37242 Fixed
This commit is contained in:
Ilmir Usmanov
2020-03-11 17:18:22 +01:00
parent 80caa063b3
commit 7efab887aa
2 changed files with 10 additions and 4 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TODO: KT-37242
// WITH_RUNTIME
// COMMON_COROUTINES_TEST
import COROUTINES_PACKAGE.*