blob: 71fa61e0285a2816a6ad3ac675b9f56c8a60e6e5 [file] [log] [blame]
public class Foo {
void m() {
int i = 2 + 3.<caret> * 4; // blah
}
}