mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
9 lines
266 B
Kotlin
Vendored
9 lines
266 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class A
|
|
|
|
suspend fun A.foo() {}
|
|
|
|
// METHOD : StaticSimpleReceiverKt.foo(LA;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
// VARIABLE : NAME=$this$foo TYPE=LA; INDEX=0
|
|
// VARIABLE : NAME=$completion TYPE=Lkotlin/coroutines/Continuation; INDEX=1 |