blob: f51c17698074fcaefe036afa3f7b6abc29a69b3e [file] [log] [blame]
public class Foo {
void m(Object o) {
Integer string = (Integer.parseInt("test.test.cast <caret>"));
}
}