// "Create local variable 'a'" "true-preview" class C { void foo() { a = 10; a++; } }