blob: 74427e6e4f06135b571375b43efa4e9f237d6fff [file] [log] [blame]
// "Convert to ThreadLocal" "true"
class Test {
static final Integer <caret>field;
static {
field = new Integer(0);
}
}