[LC][tests] drop outdated '//RELEASE_COROUTINE_NEEDED' directive
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
//RELEASE_COROUTINE_NEEDED
|
||||
class Foo {
|
||||
suspend fun doSomething(foo: Foo): Bar { TODO() }
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
//RELEASE_COROUTINE_NEEDED
|
||||
suspend fun doSomething(foo: String): Int { TODO() }
|
||||
|
||||
fun <T> async(block: suspend () -> T) { TODO() }
|
||||
|
||||
Reference in New Issue
Block a user