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