blob: 15ed7a3f4ca45b4e893490415c5f9c4e2dfeb2c1 [file] [log] [blame]
package test0410;
public class A {
int foo() {
return 1 + 2 + 3 + 4 + 3;
}
}