FIR: Add test for candidate behind hidden property accessors.

See KT-48799.
This commit is contained in:
Mark Punzalan
2021-09-17 04:55:02 +00:00
committed by TeamCityServer
parent f35680f0a4
commit 63cc18b095
7 changed files with 152 additions and 0 deletions
@@ -8591,6 +8591,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/deprecated/annotationUsage.kt");
}
@Test
@TestMetadata("candidateBehindHiddenPropertyAccessors.kt")
public void testCandidateBehindHiddenPropertyAccessors() throws Exception {
runTest("compiler/testData/diagnostics/tests/deprecated/candidateBehindHiddenPropertyAccessors.kt");
}
@Test
@TestMetadata("classWithCompanionObject.kt")
public void testClassWithCompanionObject() throws Exception {