blob: cfca75d96ee30d86f151512c8bf91c1771fb2d8a [file] [log] [blame]
public class TestBoxedEqEqPrimitive {
public boolean test(Double value) {
return value == 3.14;
}
}