blob: 342bfe01434a75554109b012bb462aac5a961f27 [file] [log] [blame]
public class Foo {
void m(boolean b) {
if (b) {
<caret>
}
value = null;
}
}