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