diff --git a/j2k/testData/fileOrElement/annotations/annotationInterface3.kt b/j2k/testData/fileOrElement/annotations/annotationInterface3.kt index 88fc369dfd8..1195fc0474d 100644 --- a/j2k/testData/fileOrElement/annotations/annotationInterface3.kt +++ b/j2k/testData/fileOrElement/annotations/annotationInterface3.kt @@ -1,5 +1,5 @@ // ERROR: Members are not allowed in annotation class -// ERROR: Modifier 'companion' is not applicable inside 'annotation class' +// ERROR: Members are not allowed in annotation class internal annotation class Anon(val value: String) { enum class E {