Add coroutines-compat jar dependency to those tests that require it

#KT-36083
This commit is contained in:
Ilya Gorbunov
2020-01-20 23:44:38 +03:00
parent cef81e11b7
commit 9f8e3dad33
9 changed files with 63 additions and 19 deletions
@@ -1,4 +1,6 @@
// !LANGUAGE: -ExtendedMainConvention -ReleaseCoroutines
// WITH_RUNTIME
// uses kotlin.coroutines.experimental classes under the hood
suspend fun main(args: Array<String>) {}