K2: reproduce situation from KT-62863
This commit is contained in:
committed by
Space Team
parent
168b3416ea
commit
50106c740c
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user