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