From cf18c2243f94623c899e224cd23534bb80856a5f Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 17 Mar 2017 18:19:48 +0100 Subject: [PATCH] Fix test: check highlighting only in one direction Otherwise, when we check the highlighting on one of the files, the text of the other still contains the annotation and can't be indexed as valid Kotlin code. --- .../multiModuleLineMarker/fromClassToAlias/jvm/jvm.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idea/testData/multiModuleLineMarker/fromClassToAlias/jvm/jvm.kt b/idea/testData/multiModuleLineMarker/fromClassToAlias/jvm/jvm.kt index d26182884a1..26cd2598c99 100644 --- a/idea/testData/multiModuleLineMarker/fromClassToAlias/jvm/jvm.kt +++ b/idea/testData/multiModuleLineMarker/fromClassToAlias/jvm/jvm.kt @@ -1,2 +1,4 @@ -impl typealias Header = String +// !CHECK_HIGHLIGHTING + +impl typealias Header = String