[FIR] Consider stability of receiver for DFA variables
^KT-57425 Fixed
This commit is contained in:
committed by
Space Team
parent
d579798169
commit
1936658e40
+12
@@ -30884,6 +30884,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/smartCasts/publicVals")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class PublicVals {
|
||||
@Test
|
||||
@TestMetadata("accessThrowOtherModule.kt")
|
||||
public void testAccessThrowOtherModule() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/publicVals/accessThrowOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAllFilesPresentInPublicVals() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/smartCasts/publicVals"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
@@ -31317,6 +31323,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/reassignedDependency.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reassignedDependency_unstable.kt")
|
||||
public void testReassignedDependency_unstable() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/reassignedDependency_unstable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reassignedInRhs.kt")
|
||||
public void testReassignedInRhs() throws Exception {
|
||||
|
||||
+12
@@ -30884,6 +30884,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/smartCasts/publicVals")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class PublicVals {
|
||||
@Test
|
||||
@TestMetadata("accessThrowOtherModule.kt")
|
||||
public void testAccessThrowOtherModule() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/publicVals/accessThrowOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAllFilesPresentInPublicVals() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/smartCasts/publicVals"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
@@ -31317,6 +31323,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/reassignedDependency.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reassignedDependency_unstable.kt")
|
||||
public void testReassignedDependency_unstable() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/reassignedDependency_unstable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reassignedInRhs.kt")
|
||||
public void testReassignedInRhs() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user