Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameClashWithDefault.kt
T

5 lines
103 B
Kotlin
Vendored

package foo
<!JS_NAME_CLASH!>@JsName("bar") fun foo(x: Int)<!> = x
<!JS_NAME_CLASH!>fun bar()<!> = 42