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