blob: dafa3def9c30a8803fc1a86f5c71cb0220a241aa [file] [log] [blame]
public class Foo {
void m(boolean b) {
if (!b) {
}
}
}