From 31bfc7d4e369a261b21b36938778f27436a8956a Mon Sep 17 00:00:00 2001 From: Georgy Bronnikov Date: Thu, 29 Oct 2020 10:17:27 +0300 Subject: [PATCH] Fix test data --- .../box/coroutines/suspendConversion/onInlineArgument_ir.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument_ir.txt b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument_ir.txt index 985e2334948..6c9913ff606 100644 --- a/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument_ir.txt +++ b/compiler/testData/codegen/box/coroutines/suspendConversion/onInlineArgument_ir.txt @@ -9,7 +9,8 @@ final class OnInlineArgumentKt$box$1 { inner (anonymous) class OnInlineArgumentKt$box$1 method (p0: kotlin.jvm.internal.Ref$ObjectRef, p1: kotlin.jvm.functions.Function1, p2: kotlin.coroutines.Continuation): void public final @org.jetbrains.annotations.NotNull method create(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.Continuation): kotlin.coroutines.Continuation - public final method invoke(p0: java.lang.Object): java.lang.Object + public final @org.jetbrains.annotations.Nullable method invoke(@org.jetbrains.annotations.Nullable p0: kotlin.coroutines.Continuation): java.lang.Object + public synthetic bridge method invoke(p0: java.lang.Object): java.lang.Object public final @org.jetbrains.annotations.Nullable method invokeSuspend(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.Object }