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