Annotations are also interfaces
This commit is contained in:
@@ -71,7 +71,7 @@ public abstract class KotlinLightClassTest extends KotlinAsJavaTestBase {
|
||||
}
|
||||
|
||||
public void testAnnotation() {
|
||||
checkModifiers("test.Annotation", PUBLIC, FINAL, ANNOTATION, INTERFACE);
|
||||
checkModifiers("test.Annotation", PUBLIC, ANNOTATION, ABSTRACT, INTERFACE);
|
||||
}
|
||||
|
||||
public void testEnum() {
|
||||
|
||||
Reference in New Issue
Block a user