[FE 1.0] Don't report deprecation diagnostics about enum on it's own entries
^KT-37975 Fixed
This commit is contained in:
committed by
teamcity
parent
6b327d2380
commit
b2b5f4a63a
+6
@@ -8873,6 +8873,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/unusedImport.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("usageOnEnum.kt")
|
||||
public void testUsageOnEnum() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/usageOnEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("warningOnConstructorErrorOnClass.kt")
|
||||
public void testWarningOnConstructorErrorOnClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user