Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLibAndBackendCompilation
/
jsCode
/
badAssignment.kt
blob: ca1a74dcbc92e4ff3d79a71ee6a10eee3eec1b26 [
file
]
// LANGUAGE: -IrIntraModuleInlinerBeforeKlibSerialization -IrCrossModuleInlinerBeforeKlibSerialization
// RUN_PIPELINE_TILL: BACKEND
fun
Int
.
foo
(
x
:
Int
)
{
js
(<!
JSCODE_ERROR
!>
"this = x;"
<!>)
}