blob: a4e7c9db6b75430e3783c53c39f34b939c50521e [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
final int <caret>o = 0;
void foo() {
boolean b = this.o == 1;
}
}