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