UL classes flaky tests partially fix

#KT-32276 - Reduce affected tests count from 117 cases to 2 cases
This commit is contained in:
Igor Yakovlev
2019-06-27 12:46:02 +03:00
parent 5fe85e4767
commit 8b40005b0c
6 changed files with 27 additions and 28 deletions
@@ -1,3 +1,4 @@
//RELEASE_COROUTINE_NEEDED
class Foo {
suspend fun doSomething(foo: Foo): Bar {}
}
+1 -1
View File
@@ -1,4 +1,4 @@
//RELEASE_COROUTINE_NEEDED
suspend fun doSomething(foo: String): Int {}
fun <T> async(block: suspend () -> T)