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