blob: 4a7469b252922eb1b7ba599c945bd31dc9512289 [file] [log] [blame]
public class X {
int f() {
return <spot>2 * 3 + 4 * 5</spot>;
}
}