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