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