Files
kotlin/compiler/testData/codegen/bytecodeText/coroutines/throwOnFailure.kt
2019-06-25 16:30:01 +03:00

12 lines
188 B
Kotlin
Vendored

// WITH_COROUTINES
// TREAT_AS_ONE_FILE
suspend fun foo() {}
suspend fun bar(): Int {
foo()
return 42
}
// 2 INVOKESTATIC kotlin/ResultKt.throwOnFailure \(Ljava/lang/Object;\)V