From 68841fa031df092efb5bb04172a7fcd4590a69be Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Mon, 20 Feb 2023 17:45:31 +0100 Subject: [PATCH] Minor. Regenerate tests --- .../runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java index fa6ccec60cc..8d4ed3c63cb 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java @@ -13565,6 +13565,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo runTest("compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt"); } + @Test + @TestMetadata("inlineOnly.kt") + public void testInlineOnly() throws Exception { + runTest("compiler/testData/codegen/box/coroutines/varSpilling/debugMode/inlineOnly.kt"); + } + @Test @TestMetadata("nullCleanup.kt") public void testNullCleanup() throws Exception {