blob: 375d9ccebd521920fb3d15530a6107d2da6d0c1a [file] [log] [blame]
public class Test
{
int i = 0;
int k = + ++i;
}