Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameClashWithDefault.fir.kt
T
2023-01-09 08:57:08 +00:00

6 lines
64 B
Kotlin
Vendored

package foo
@JsName("bar") fun foo(x: Int) = x
fun bar() = 42