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