Generate private suspend functions as private (not synthetic package-private)

#KT-26592 Fixed
This commit is contained in:
Mikhael Bogdanov
2021-02-25 08:42:06 +01:00
parent ad8eddac99
commit c25a694b6b
9 changed files with 19 additions and 21 deletions
@@ -3,7 +3,6 @@
// JVM_TARGET: 1.8
// WITH_COROUTINES
// WITH_RUNTIME
// IGNORE_BACKEND: JVM
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*