FIR LC: fix nullable annotation on return type of suspend function
This commit is contained in:
committed by
Ilya Kirillov
parent
5880d80d26
commit
5aa8e2d0d1
@@ -1,4 +1,6 @@
|
||||
//RELEASE_COROUTINE_NEEDED
|
||||
suspend fun doSomething(foo: String): Int {}
|
||||
|
||||
fun <T> async(block: suspend () -> T)
|
||||
fun <T> async(block: suspend () -> T)
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user