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