// "Create local variable 'a'" "true-preview" public class A { void foo() { a = get(); } Class[] get() {return null;} }