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