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