FE: add test for KT-55251
This commit is contained in:
committed by
Space Team
parent
5999c2b324
commit
793df6234e
+6
@@ -10415,6 +10415,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/enum/entries/entriesPropertyWithJvmStaticClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entriesUnsupported.kt")
|
||||
public void testEntriesUnsupported() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/enum/entries/entriesUnsupported.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumEntriesAmbiguity.kt")
|
||||
public void testEnumEntriesAmbiguity() throws Exception {
|
||||
|
||||
+6
@@ -10409,6 +10409,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/enum/entries/entriesPropertyWithJvmStaticClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entriesUnsupported.kt")
|
||||
public void testEntriesUnsupported() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/enum/entries/entriesUnsupported.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumEntriesAmbiguity.kt")
|
||||
public void testEnumEntriesAmbiguity() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user