blob: 546614bb8a5905bb7debe0544176d694cf4129d5 [file] [log] [blame]
public class Foo {
void m() {
1.<caret> + 2 /* comment */; // comment2
}
}