FIR: fork flow on function entry, restore receivers on exit
^KT-52680 Fixed
This commit is contained in:
Generated
+6
@@ -28648,6 +28648,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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