[kotlin] unmute passing K2UnusedSymbolHighlightingTestGenerated.Uncategorized.testJsExport test

GitOrigin-RevId: d1166dd6bb13aba98de057aa8311b15f4bfb6339
This commit is contained in:
Ilya Kirillov
2023-12-18 22:25:38 +01:00
committed by intellij-monorepo-bot
parent e31ac5609b
commit d8c0a84a53

View File

@@ -11,6 +11,4 @@ fun hello() {
@JsName("other")
fun <caret>hello(greeting: String) {
println("$greeting $name!")
}
// IGNORE_K2
}