mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
[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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2d059aa458
commit
e92cca402d
@@ -11,4 +11,6 @@ fun hello() {
|
||||
@JsName("other")
|
||||
fun <caret>hello(greeting: String) {
|
||||
println("$greeting $name!")
|
||||
}
|
||||
}
|
||||
|
||||
// IGNORE_K2
|
||||
Reference in New Issue
Block a user