mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
11 lines
269 B
Kotlin
Vendored
11 lines
269 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
// WITH_RUNTIME
|
|
|
|
class A {
|
|
suspend fun foo() {}
|
|
}
|
|
|
|
// METHOD : A.foo(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
// VARIABLE : NAME=this TYPE=LA; INDEX=0
|
|
// VARIABLE : NAME=$completion TYPE=Lkotlin/coroutines/Continuation; INDEX=1
|