blob: 557362562ae331ffe58f7581c9317ed7c29ffb0a [file] [log] [blame]
package test0420;
public class A{
void f(){
int i= 1 + (2 + 3) + 4;
}
}