Generate LVT entry for continuation
#KT-25688: Fixed
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// LANGUAGE_VERSION: 1.3
|
||||
|
||||
suspend fun dummy() {}
|
||||
|
||||
suspend fun tailCall() {
|
||||
dummy()
|
||||
}
|
||||
|
||||
suspend fun stateMachine() {
|
||||
dummy()
|
||||
dummy()
|
||||
}
|
||||
|
||||
// for tail-calls there is no need to add continuation to LVT
|
||||
// 1 LOCALVARIABLE \$continuation Lkotlin/coroutines/Continuation; L.* 2
|
||||
Reference in New Issue
Block a user