Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameClashWithDefault.kt
T
2016-10-08 19:25:28 +03:00

5 lines
103 B
Kotlin
Vendored

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