From d154cf9a590ac4057ff82b63dae50d1bd6e44a4b Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Fri, 15 Mar 2019 17:40:04 +0300 Subject: [PATCH] Fix test data --- .../bytecodeListing/oomInReturnUnit.txt | 60 ------------------- .../bytecodeListing/oomInReturnUnit_1_3.txt | 60 ------------------- 2 files changed, 120 deletions(-) diff --git a/compiler/testData/codegen/bytecodeListing/oomInReturnUnit.txt b/compiler/testData/codegen/bytecodeListing/oomInReturnUnit.txt index 32ff025f890..7735bc1426b 100644 --- a/compiler/testData/codegen/bytecodeListing/oomInReturnUnit.txt +++ b/compiler/testData/codegen/bytecodeListing/oomInReturnUnit.txt @@ -17,28 +17,6 @@ public final class OomInReturnUnitKt { public final static @org.jetbrains.annotations.Nullable method test(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object } -@kotlin.Metadata -final class helpers/CheckStateMachineContinuation$resume$1 { - public final static field INSTANCE: helpers.CheckStateMachineContinuation$resume$1 - inner class helpers/CheckStateMachineContinuation$resume$1 - static method (): void - method (): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -public final class helpers/CheckStateMachineContinuation { - public final static field INSTANCE: helpers.CheckStateMachineContinuation - inner class helpers/CheckStateMachineContinuation$resume$1 - static method (): void - private method (): void - public @org.jetbrains.annotations.NotNull method getContext(): kotlin.coroutines.experimental.CoroutineContext - public method resume(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void - public synthetic method resume(p0: java.lang.Object): void - public method resumeWithException(@org.jetbrains.annotations.NotNull p0: java.lang.Throwable): void -} - @kotlin.Metadata public abstract class helpers/ContinuationAdapter { private final @org.jetbrains.annotations.NotNull field context: kotlin.coroutines.experimental.CoroutineContext @@ -98,41 +76,3 @@ public class helpers/EmptyContinuation { public method resume(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void public method resumeWithException(@org.jetbrains.annotations.NotNull p0: java.lang.Throwable): void } - -@kotlin.Metadata -final class helpers/StateMachineChecker$proceed$1 { - public final static field INSTANCE: helpers.StateMachineChecker$proceed$1 - inner class helpers/StateMachineChecker$proceed$1 - static method (): void - method (): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -final class helpers/StateMachineChecker$suspendHere$2$1 { - synthetic final field $c: kotlin.coroutines.experimental.Continuation - inner class helpers/StateMachineChecker$suspendHere$2$1 - method (p0: kotlin.coroutines.experimental.Continuation): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -public final class helpers/StateMachineChecker { - public final static field INSTANCE: helpers.StateMachineChecker - private static field counter: int - private static field finished: boolean - private static @org.jetbrains.annotations.NotNull field proceed: kotlin.jvm.functions.Function0 - inner class helpers/StateMachineChecker$proceed$1 - static method (): void - private method (): void - public synthetic final static method access$getCounter$p(p0: helpers.StateMachineChecker): int - public synthetic final static method access$setCounter$p(p0: helpers.StateMachineChecker, p1: int): void - public final method check(p0: int): void - public final method getFinished(): boolean - public final @org.jetbrains.annotations.NotNull method getProceed(): kotlin.jvm.functions.Function0 - public final method setFinished(p0: boolean): void - public final method setProceed(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void - public final @org.jetbrains.annotations.Nullable method suspendHere(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object -} diff --git a/compiler/testData/codegen/bytecodeListing/oomInReturnUnit_1_3.txt b/compiler/testData/codegen/bytecodeListing/oomInReturnUnit_1_3.txt index f656c02e5a1..36e035a3926 100644 --- a/compiler/testData/codegen/bytecodeListing/oomInReturnUnit_1_3.txt +++ b/compiler/testData/codegen/bytecodeListing/oomInReturnUnit_1_3.txt @@ -16,28 +16,6 @@ public final class OomInReturnUnitKt { public final static @org.jetbrains.annotations.Nullable method test(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.Continuation): java.lang.Object } -@kotlin.Metadata -final class helpers/CheckStateMachineContinuation$resume$1 { - public final static field INSTANCE: helpers.CheckStateMachineContinuation$resume$1 - inner class helpers/CheckStateMachineContinuation$resume$1 - static method (): void - method (): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -public final class helpers/CheckStateMachineContinuation { - public final static field INSTANCE: helpers.CheckStateMachineContinuation - inner class helpers/CheckStateMachineContinuation$resume$1 - static method (): void - private method (): void - public @org.jetbrains.annotations.NotNull method getContext(): kotlin.coroutines.CoroutineContext - public method resume(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void - public synthetic method resume(p0: java.lang.Object): void - public method resumeWithException(@org.jetbrains.annotations.NotNull p0: java.lang.Throwable): void -} - @kotlin.Metadata public abstract class helpers/ContinuationAdapter { private final @org.jetbrains.annotations.NotNull field context: kotlin.coroutines.CoroutineContext @@ -97,41 +75,3 @@ public class helpers/EmptyContinuation { public @org.jetbrains.annotations.NotNull method getContext(): kotlin.coroutines.CoroutineContext public method resumeWith(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void } - -@kotlin.Metadata -final class helpers/StateMachineChecker$proceed$1 { - public final static field INSTANCE: helpers.StateMachineChecker$proceed$1 - inner class helpers/StateMachineChecker$proceed$1 - static method (): void - method (): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -final class helpers/StateMachineChecker$suspendHere$2$1 { - synthetic final field $c: kotlin.coroutines.Continuation - inner class helpers/StateMachineChecker$suspendHere$2$1 - method (p0: kotlin.coroutines.Continuation): void - public synthetic method invoke(): java.lang.Object - public final method invoke(): void -} - -@kotlin.Metadata -public final class helpers/StateMachineChecker { - public final static field INSTANCE: helpers.StateMachineChecker - private static field counter: int - private static field finished: boolean - private static @org.jetbrains.annotations.NotNull field proceed: kotlin.jvm.functions.Function0 - inner class helpers/StateMachineChecker$proceed$1 - static method (): void - private method (): void - public synthetic final static method access$getCounter$p(p0: helpers.StateMachineChecker): int - public synthetic final static method access$setCounter$p(p0: helpers.StateMachineChecker, p1: int): void - public final method check(p0: int): void - public final method getFinished(): boolean - public final @org.jetbrains.annotations.NotNull method getProceed(): kotlin.jvm.functions.Function0 - public final method setFinished(p0: boolean): void - public final method setProceed(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void - public final @org.jetbrains.annotations.Nullable method suspendHere(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.Continuation): java.lang.Object -}