blob: f7a238bc5c6604eb08813ffd76b9c357a24987a1 [file] [log] [blame]
class Boxed {
void f(Boolean b) {
if (!b) {}
}
}