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