blob: c200562b6bf59efd408f76b1e5cc8ff213125342 [file] [log] [blame]
package bugs_out;
public class Test_44419 {
protected long fValue1= /*]*/System.currentTimeMillis() * (1 + 3)/*[*/;
long getValue(int i) {
return System.currentTimeMillis() * i;
}
}