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