Minor. Regenerate tests

This commit is contained in:
Ilmir Usmanov
2023-02-20 17:45:31 +01:00
committed by Space Team
parent 6be734c27e
commit 68841fa031
@@ -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 {