blob: 02bdf6330166944cceec0dd6adf26b75d8220cdb [file] [log] [blame]
// "Create Method 'test'" "true"
public class Test {
public Test() {
assert test();
}
private boolean test() {
<caret><selection>return false;</selection>
}
}