Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsCode
/
badAssignment.kt
blob: 5bcc2563c3d1906d29c6d9f2ed5523221d0d612a [
file
]
// !DIAGNOSTICS: -UNUSED_PARAMETER
fun
Int
.
foo
(
x
:
Int
)
{
js
(
"this = x<!JSCODE_ERROR!><!>;"
)
}