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