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