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