UL classes flaky tests partially fix
#KT-32276 - Reduce affected tests count from 117 cases to 2 cases
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//RELEASE_COROUTINE_NEEDED
|
||||
class Foo {
|
||||
suspend fun doSomething(foo: Foo): Bar {}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
//RELEASE_COROUTINE_NEEDED
|
||||
suspend fun doSomething(foo: String): Int {}
|
||||
|
||||
fun <T> async(block: suspend () -> T)
|
||||
Reference in New Issue
Block a user