class Test { void foo() { int ii = 4 + 2; //comment String var = ""; } }