[FIR] Rewind DFA after call arguments for correct receiver smartcasting
^KT-63709 Fixed
This commit is contained in:
Generated
+12
@@ -35505,6 +35505,18 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeRecieverSmartcastK1.kt")
|
||||
public void testInvokeRecieverSmartcastK1() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/invokeRecieverSmartcastK1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeRecieverSmartcastK2.kt")
|
||||
public void testInvokeRecieverSmartcastK2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/invokeRecieverSmartcastK2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt17725.kt")
|
||||
public void testKt17725() throws Exception {
|
||||
|
||||
Generated
+12
@@ -35505,6 +35505,18 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/smartCasts/implicitToGrandSon.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeRecieverSmartcastK1.kt")
|
||||
public void testInvokeRecieverSmartcastK1() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/invokeRecieverSmartcastK1.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeRecieverSmartcastK2.kt")
|
||||
public void testInvokeRecieverSmartcastK2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/invokeRecieverSmartcastK2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt17725.kt")
|
||||
public void testKt17725() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user