[FIR] Properly check is some setter function is applicable for synthetic property

^KT-56506 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-03-02 13:13:55 +02:00
committed by Space Team
parent ce39a02e0a
commit d5e6102ed9
7 changed files with 264 additions and 11 deletions
@@ -5684,6 +5684,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignmentInLocalsInConstructor.kt");
}
@Test
@TestMetadata("assignmentOfSyntheticVarWithInconsistentNullability.kt")
public void testAssignmentOfSyntheticVarWithInconsistentNullability() throws Exception {
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/assignmentOfSyntheticVarWithInconsistentNullability.kt");
}
@Test
@TestMetadata("backingFieldInsideGetter_after.kt")
public void testBackingFieldInsideGetter_after() throws Exception {