blob: 2107b9eea928c26de17459c3cf7ce0f5dfbc9adc [file] [log] [blame]
public class Test {
int i = 0;
int k = - --i;
}