// "Create Local Variable 't'" "true" class Test { private void f() { int i = t; t = 0; } }