FIR checker: report VAL_REASSIGNMENT_VIA_BACKING_FIELD(_ERROR)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a6d11b8914
commit
93289aa899
+6
@@ -2091,6 +2091,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/backingField/kt782packageLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("LocalDeclarations.kt")
|
||||
public void testLocalDeclarations() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/backingField/LocalDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SetterWithExplicitType.kt")
|
||||
public void testSetterWithExplicitType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user