diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.txt b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.txt index ee8f5375bca..e2f785015fc 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.txt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation.txt @@ -61,27 +61,9 @@ public final class TcoContinuationKt$foo$$inlined$collect$1 { public @org.jetbrains.annotations.Nullable method emit(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.experimental.Continuation): java.lang.Object } -@kotlin.Metadata -public final class TcoContinuationKt$foo$$inlined$flow$1$1 { - field L$0: java.lang.Object - field L$1: java.lang.Object - field L$2: java.lang.Object - field L$3: java.lang.Object - synthetic field data: java.lang.Object - synthetic field exception: java.lang.Throwable - synthetic final field this$0: TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1$1 - public method (p0: TcoContinuationKt$foo$$inlined$flow$1, p1: kotlin.coroutines.experimental.Continuation): void - public final @org.jetbrains.annotations.Nullable method doResume(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Throwable): java.lang.Object - synthetic final method getLabel(): int - synthetic final method setLabel(p0: int): void -} - @kotlin.Metadata public final class TcoContinuationKt$foo$$inlined$flow$1 { inner class TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1$1 public method (): void public @org.jetbrains.annotations.Nullable method collect(@org.jetbrains.annotations.NotNull p0: FlowCollector, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.experimental.Continuation): java.lang.Object } diff --git a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation_1_3.txt b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation_1_3.txt index 90de9a89fa2..6cdcce6d59f 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation_1_3.txt +++ b/compiler/testData/codegen/bytecodeListing/coroutines/tcoContinuation_1_3.txt @@ -57,26 +57,9 @@ public final class TcoContinuationKt$foo$$inlined$collect$1 { public @org.jetbrains.annotations.Nullable method emit(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object } -@kotlin.Metadata -@kotlin.coroutines.jvm.internal.DebugMetadata -public final class TcoContinuationKt$foo$$inlined$flow$1$1 { - field L$0: java.lang.Object - field L$1: java.lang.Object - field L$2: java.lang.Object - field L$3: java.lang.Object - field label: int - synthetic field result: java.lang.Object - synthetic final field this$0: TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1$1 - public method (p0: TcoContinuationKt$foo$$inlined$flow$1, p1: kotlin.coroutines.Continuation): void - public final @org.jetbrains.annotations.Nullable method invokeSuspend(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Object -} - @kotlin.Metadata public final class TcoContinuationKt$foo$$inlined$flow$1 { inner class TcoContinuationKt$foo$$inlined$flow$1 - inner class TcoContinuationKt$foo$$inlined$flow$1$1 public method (): void public @org.jetbrains.annotations.Nullable method collect(@org.jetbrains.annotations.NotNull p0: FlowCollector, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object } diff --git a/compiler/testData/codegen/bytecodeText/coroutines/debug/continuationInLvt.kt b/compiler/testData/codegen/bytecodeText/coroutines/debug/continuationInLvt.kt index 42fa9338d44..c9903eb6d20 100644 --- a/compiler/testData/codegen/bytecodeText/coroutines/debug/continuationInLvt.kt +++ b/compiler/testData/codegen/bytecodeText/coroutines/debug/continuationInLvt.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR suspend fun dummy() {} suspend fun tailCall() {