blob: 1ed5cb0d9edadf149ab5df4f430b7bcbc12cf919 [file] [log] [blame]
public class Test
{
int i = 0;
int k = + --i;
}