blob: ecf4b985a5d22570d7b6762b1e5221b24db8f747 [file] [log] [blame]
// "Convert to atomic" "true"
class Test {
int <caret>i = 0;
int j = i + 5;
String s = "i = " + i;
}