// !DIAGNOSTICS: -UNUSED_PARAMETER fun foo(x: Any) { js("delete x.foo;") js("delete x['bar'];") js("delete x.baz();") js("delete this;") }