[Test] Reproduce KT-58823

This commit is contained in:
Dmitriy Novozhilov
2023-06-02 10:59:39 +03:00
committed by Space Team
parent 8b7cfcda10
commit c55ddab1bf
7 changed files with 58 additions and 0 deletions
@@ -37986,6 +37986,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/smartCasts/smartCastInsideIf.kt");
}
@TestMetadata("smartcastOnImplicitDispatchReceiver.kt")
public void testSmartcastOnImplicitDispatchReceiver() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/smartcastOnImplicitDispatchReceiver.kt");
}
@TestMetadata("whenSmartCast.kt")
public void testWhenSmartCast() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/whenSmartCast.kt");