From a457a9f8706f11a0e6ef94d783b7c9ae1b08ec10 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 18 Jul 2018 15:56:11 +0300 Subject: [PATCH] Update testData for IDEA tests for annotations with target EXPRESSION --- idea/testData/highlighter/Annotations.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/highlighter/Annotations.kt b/idea/testData/highlighter/Annotations.kt index 7b4598b9c00..0be6953c999 100644 --- a/idea/testData/highlighter/Annotations.kt +++ b/idea/testData/highlighter/Annotations.kt @@ -1,4 +1,5 @@ @Target(AnnotationTarget.CLASS, AnnotationTarget.EXPRESSION) +@Retention(AnnotationRetention.SOURCE) annotation class Ann @Ann class A