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