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