[Test] Add test for KT-54209

This commit is contained in:
Dmitriy Novozhilov
2022-10-17 11:25:52 +03:00
committed by Space Team
parent 64e21af03b
commit 55aae5325c
7 changed files with 65 additions and 0 deletions
@@ -8968,6 +8968,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/deprecated/componentUsage.kt");
}
@Test
@TestMetadata("deprecatedCompanionAndClassReference.kt")
public void testDeprecatedCompanionAndClassReference() throws Exception {
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedCompanionAndClassReference.kt");
}
@Test
@TestMetadata("deprecatedConstructor.kt")
public void testDeprecatedConstructor() throws Exception {