blob: 67fb3f6d040e4d5219f227f68a97d758ac67ff45 [file] [log] [blame]
package expression_out;
public class TestSimpleBody {
public void main() {
int i= 10 * /*]*/(1 + 2)/*[*/;
}
public int foo() {
return 1 + 2;
}
}