blob: f3e746327f87132b2ff8e1e8d2d05eafaa029058 [file] [log] [blame]
package test0265;
import java.util.*;
public class Test {
public int foo() {
return 10 + /*]*/20 * 30/*[*/ + 10;
}
}