blob: 5bcc2563c3d1906d29c6d9f2ed5523221d0d612a [file] [log] [blame]
// !DIAGNOSTICS: -UNUSED_PARAMETER
fun Int.foo(x: Int) {
js("this = x<!JSCODE_ERROR!><!>;")
}