blob: 0bbad09d40b67d67c42759885a1ef7abcdbde550 [file] [log] [blame]
class X {
void foo(Object o) {}
void foo(int i) {}
void bar(String s) {}
void bar(Integer i) {}
}