blob: dbb5fe9f13a7f5aa260775df55f7cd280b9c901f [file] [log] [blame]
public class Test {
public void test(Object s) {
Object o = ((String) s);
}
}