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