FIR: Add test for candidate behind hidden property accessors.
See KT-48799.
This commit is contained in:
committed by
TeamCityServer
parent
f35680f0a4
commit
63cc18b095
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user