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