package test; class J { void test(O o) { o.foo("x"); O.foo("y"); } }