blob: 751b6aa2537af47d6e061479832c0c5da548ac95 [file] [log] [blame]
// 10, 37 -> 10, 43
package p;
class A {
void foob() {
int c= 3 * (2 + 1) + 2 + 2 * 4 + 28;
int e= (2 + 2) * (27 + 2 * (2+2* 4+1*2));
}
}