From 294dcf36e87e07f0a154cdea51fd2742e7f83014 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 31 Jan 2018 11:24:40 +0300 Subject: [PATCH] Fix J2K 'testAnnotationInterface3' (annotation diagnostic changed) --- 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 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 {