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