blob: 8c2078a891e2014cc40c2729d3ffabef1ded2262 [file] [log] [blame]
class Client {
public static void main(String[] args) {
new Super().foo(new Object());
}
}