blob: 83a609d628428fccdcaae670b04791786397d570 [file]
// !DIAGNOSTICS: -UNUSED_PARAMETER
fun Int.foo(x: Int) {
js("this = x;")
}