blob: 4f5139b1cb5fde99d3411b2bef8d6da07cfc978e [file] [log] [blame]
class Server{
void foo(Object o){}
void foo(String s){}
}