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