blob: 2db53b1702b51d9367efcdf3da9c24cbbda4f6b2 [file] [log] [blame]
public class Test {
int i = 0;
int k = +(++i);
}