blob: cf9e7e26234029ec65d341ef41e4ac48841d74f0 [file] [log] [blame]
package test0442;
public class A {
void test() {
int i= 2 + (2 * 3) + 1;
}
}