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