[LC][tests] drop outdated '//RELEASE_COROUTINE_NEEDED' directive

This commit is contained in:
Dmitrii Gridin
2022-12-22 20:55:46 +01:00
committed by teamcity
parent 7196d0d809
commit 251a4363f5
2 changed files with 0 additions and 2 deletions
@@ -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() }