[Test] Add test for KT-54209
This commit is contained in:
committed by
Space Team
parent
64e21af03b
commit
55aae5325c
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user