blob: bd9df7146bfb2f4c5b5dcb31391305a756a2c882 [file] [log] [blame]
class Container {
static class X {
boolean x = false;
void foo(String s, String t) {
<selection>x = true;</selection>
x = true;
}
}
}