[Test] Reproduce KT-58823
This commit is contained in:
committed by
Space Team
parent
8b7cfcda10
commit
c55ddab1bf
+6
@@ -49543,6 +49543,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/smartCasts/smartCastInsideIf.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartcastOnImplicitDispatchReceiver.kt")
|
||||
public void testSmartcastOnImplicitDispatchReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/smartcastOnImplicitDispatchReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("toStringOnReceiverWIthSmartcast.kt")
|
||||
public void testToStringOnReceiverWIthSmartcast() throws Exception {
|
||||
|
||||
+6
@@ -49543,6 +49543,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/smartCasts/smartCastInsideIf.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartcastOnImplicitDispatchReceiver.kt")
|
||||
public void testSmartcastOnImplicitDispatchReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/smartcastOnImplicitDispatchReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("toStringOnReceiverWIthSmartcast.kt")
|
||||
public void testToStringOnReceiverWIthSmartcast() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user