Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
name
/
jsNameWithoutParameter.kt
blob: 14591771c55629bfd45d991bdb2537beca991e52 [
file
]
// DIAGNOSTICS: -NO_VALUE_FOR_PARAMETER, -CONSTANT_EXPECTED_TYPE_MISMATCH
// This should not crash, see KT-14752
package
foo
@JsName
fun foo
(
x
:
Int
)
=
x
@JsName
(
23
)
fun bar
(
x
:
Int
)
=
x