// "Initialize variable 'i'" "true" class AClass { int f() { int i = 0<caret>; return i; } }