[FIR] Pass implications from subject of safe call in DFA
^KT-59689 Fixed
This commit is contained in:
committed by
Space Team
parent
5d3402339e
commit
43929398da
+6
@@ -39195,6 +39195,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/reifiedGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("returnsImpliesAndSafeCalls.kt")
|
||||
public void testReturnsImpliesAndSafeCalls() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/returnsImpliesAndSafeCalls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("safecallAndReturnsNull.kt")
|
||||
public void testSafecallAndReturnsNull() throws Exception {
|
||||
|
||||
+6
@@ -39309,6 +39309,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/reifiedGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("returnsImpliesAndSafeCalls.kt")
|
||||
public void testReturnsImpliesAndSafeCalls() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/returnsImpliesAndSafeCalls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("safecallAndReturnsNull.kt")
|
||||
public void testSafecallAndReturnsNull() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user