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