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