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