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
@@ -1538,6 +1538,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/smartCastAside.kt");
}
@TestMetadata("smartCastAside2.kt")
public void testSmartCastAside2() throws Exception {
runTest("compiler/testData/ir/irText/expressions/smartCastAside2.kt");
}
@TestMetadata("smartCasts.kt")
public void testSmartCasts() throws Exception {
runTest("compiler/testData/ir/irText/expressions/smartCasts.kt");