Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jsCode
/
badAssignment.fir.kt
blob: 83a609d628428fccdcaae670b04791786397d570 [
file
]
// !DIAGNOSTICS: -UNUSED_PARAMETER
fun
Int
.
foo
(
x
:
Int
)
{
js
(
"this = x;"
)
}