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