Avoid state machine build for suspend function with single inline call

#KT-18949 Fixed
This commit is contained in:
Nikolay Krasko
2017-07-17 14:46:08 +03:00
parent ce4f923ba0
commit a41c9d2476
2 changed files with 1 additions and 14 deletions
@@ -24,23 +24,10 @@ final class InlineWithoutStateMachineKt$complexSuspend$1 {
synthetic final method setLabel(p0: int): void
}
@kotlin.Metadata
final class InlineWithoutStateMachineKt$suspendHere$1 {
field L$0: java.lang.Object
synthetic field data: java.lang.Object
synthetic field exception: java.lang.Throwable
inner class InlineWithoutStateMachineKt$suspendHere$1
method <init>(p0: 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 InlineWithoutStateMachineKt {
inner class InlineWithoutStateMachineKt$box$1
inner class InlineWithoutStateMachineKt$complexSuspend$1
inner class InlineWithoutStateMachineKt$suspendHere$1
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method builder(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
public final static @org.jetbrains.annotations.Nullable method complexSuspend(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.experimental.Continuation): java.lang.Object