K1: introduce synthetic assignment checker with deprecation for KT-54305
#KT-54305 Fixed Related to KT-54309
This commit is contained in:
committed by
Space Team
parent
7bd512fbb3
commit
80fa765333
+6
@@ -807,6 +807,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticSet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticSetFalsePositive.kt")
|
||||
public void testSyntheticSetFalsePositive() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticSetFalsePositive.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tailRecBasic.kt")
|
||||
public void testTailRecBasic() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user