K2: reproduce situation from KT-62863

This commit is contained in:
Mikhail Glukhikh
2023-10-30 15:53:52 +01:00
committed by Space Team
parent 168b3416ea
commit 50106c740c
16 changed files with 687 additions and 0 deletions
@@ -1762,6 +1762,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
runTest("compiler/testData/ir/irText/expressions/smartCastAside.kt");
}
@Test
@TestMetadata("smartCastAside2.kt")
public void testSmartCastAside2() throws Exception {
runTest("compiler/testData/ir/irText/expressions/smartCastAside2.kt");
}
@Test
@TestMetadata("smartCasts.kt")
public void testSmartCasts() throws Exception {
@@ -1762,6 +1762,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
runTest("compiler/testData/ir/irText/expressions/smartCastAside.kt");
}
@Test
@TestMetadata("smartCastAside2.kt")
public void testSmartCastAside2() throws Exception {
runTest("compiler/testData/ir/irText/expressions/smartCastAside2.kt");
}
@Test
@TestMetadata("smartCasts.kt")
public void testSmartCasts() throws Exception {
@@ -1762,6 +1762,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
runTest("compiler/testData/ir/irText/expressions/smartCastAside.kt");
}
@Test
@TestMetadata("smartCastAside2.kt")
public void testSmartCastAside2() throws Exception {
runTest("compiler/testData/ir/irText/expressions/smartCastAside2.kt");
}
@Test
@TestMetadata("smartCasts.kt")
public void testSmartCasts() throws Exception {