K2: reproduce strange "smartcast aside" behavior related to KT-62544 fix
This commit is contained in:
committed by
Space Team
parent
9c146adc3a
commit
1ef0f9e944
+5
@@ -1533,6 +1533,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/simpleUnaryOperators.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCastAside.kt")
|
||||
public void testSmartCastAside() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/smartCastAside.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCasts.kt")
|
||||
public void testSmartCasts() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/smartCasts.kt");
|
||||
|
||||
Reference in New Issue
Block a user