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