Add test for KT-49653

This commit is contained in:
Mikhail Glukhikh
2022-01-25 17:38:07 +03:00
committed by TeamCityServer
parent 9ff46004e4
commit c2ab09fa84
7 changed files with 45 additions and 0 deletions
@@ -9688,6 +9688,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/enum/constructorWithDefaultParametersOnly.kt");
}
@Test
@TestMetadata("declaringClass.kt")
public void testDeclaringClass() throws Exception {
runTest("compiler/testData/diagnostics/tests/enum/declaringClass.kt");
}
@Test
@TestMetadata("dontCreatePackageTypeForEnumEntry_after.kt")
public void testDontCreatePackageTypeForEnumEntry_after() throws Exception {