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