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