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