[FIR] Properly check is some setter function is applicable for synthetic property
^KT-56506 Fixed
This commit is contained in:
committed by
Space Team
parent
ce39a02e0a
commit
d5e6102ed9
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user