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