FIR: fork flow on function entry, restore receivers on exit
^KT-52680 Fixed
This commit is contained in:
+6
@@ -28558,6 +28558,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitReceiverAcrossFunctions.kt")
|
||||
public void testImplicitReceiverAcrossFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitReceiverAcrossFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitThisOnRefInLambdaInSmartcast.kt")
|
||||
public void testImplicitThisOnRefInLambdaInSmartcast() throws Exception {
|
||||
|
||||
+6
@@ -28558,6 +28558,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitReceiverAcrossFunctions.kt")
|
||||
public void testImplicitReceiverAcrossFunctions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitReceiverAcrossFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitThisOnRefInLambdaInSmartcast.kt")
|
||||
public void testImplicitThisOnRefInLambdaInSmartcast() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user