[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

@@ -12,5 +12,3 @@ fun hello() {
fun <caret>hello(greeting: String) {
println("$greeting $name!")
}
// IGNORE_K2