Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
js
/
illegalJsCode.kt
blob: 07cfd13e2e6e8b99d583acac629539045aeb1cd4 [
file
]
fun
Int
.
foo
(
x
:
Int
)
{
js
(
"this = x;"
)
}