Add test for KT-49653
This commit is contained in:
committed by
TeamCityServer
parent
9ff46004e4
commit
c2ab09fa84
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user