blob: dc0b1a4fa2443fc071294b8b8099d93ea53f626a [file] [log] [blame]
// test case for https://github.com/typetools/checker-framework/issues/3442
public class Tempvars {
static {
int i = 0;
i++;
}
}