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