blob: 2965fa50ef58bc505851608d91a3433fd9dd116d [file] [log] [blame]
public class Test {
int i = 0;
int k = -++i;
}