From e92cca402d580ae29d383a8997e6688428787a90 Mon Sep 17 00:00:00 2001 From: "Alexander.Danilov" Date: Thu, 30 Nov 2023 10:02:57 +0100 Subject: [PATCH] [kotlin tests] mute org.jetbrains.kotlin.idea.k2.inspections.tests.K2UnusedSymbolHighlightingTestGenerated.Uncategorized.testJsExport it was muted on TC, but now it's location is changed a bit GitOrigin-RevId: cb2b28ffe96bba84c7fd00a45ec9f0a1d7685185 --- .../tests/testData/inspectionsLocal/unusedSymbol/jsExport.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/kotlin/idea/tests/testData/inspectionsLocal/unusedSymbol/jsExport.kt b/plugins/kotlin/idea/tests/testData/inspectionsLocal/unusedSymbol/jsExport.kt index 07ae4e93dd95..9c2e714c0431 100644 --- a/plugins/kotlin/idea/tests/testData/inspectionsLocal/unusedSymbol/jsExport.kt +++ b/plugins/kotlin/idea/tests/testData/inspectionsLocal/unusedSymbol/jsExport.kt @@ -11,4 +11,6 @@ fun hello() { @JsName("other") fun hello(greeting: String) { println("$greeting $name!") -} \ No newline at end of file +} + +// IGNORE_K2 \ No newline at end of file