Light Classes: Do not add "final" modifier to enum light classes
This commit is contained in:
@@ -76,7 +76,7 @@ public abstract class KotlinLightClassStructureTest extends KotlinAsJavaTestBase
|
||||
}
|
||||
|
||||
public void testEnum() {
|
||||
checkModifiers("test.Enum", PUBLIC, FINAL, ENUM);
|
||||
checkModifiers("test.Enum", PUBLIC, ENUM);
|
||||
}
|
||||
|
||||
public void testTrait() {
|
||||
|
||||
Reference in New Issue
Block a user