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