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