// "Create Local Variable 'str'" "true" public class A { void foo() { String s = str; str = null; } }