From 460688526d02d6f901d247ae99fff48f423013c2 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Tue, 30 Jan 2018 15:23:41 +0300 Subject: [PATCH] Fix testAnnotationInterface3 in J2K (error message) --- j2k/testData/fileOrElement/annotations/annotationInterface3.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {