Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
jsNameClashWithDefault.kt
blob: 9f677efdfcac4276132d091beb9be5bf7f0c4e9f [
file
]
package
foo
<!
JS_NAME_CLASH
!>
@JsName
(
"bar"
)
fun foo
(
x
:
Int
)<!>
=
x
<!
JS_NAME_CLASH
!>
fun bar
()<!>
=
42