// "Create local variable 'a'" "true-preview" class C { void foo(Foo f) { a = f; if (a != null && a.foo()) {} } } class Foo {}