blob: 3579bfdb17f10f65077da825342a4e2974e94a85 [file] [log] [blame]
public class Junk {
public static void main(String[] args) {
int i = 1; // comment
<caret>
}
}