private void foo() { new StringBuilder()| <-- caret foreach (int i in new int[] { 1,2,3 } ) { } }
Extract variable, agree with default name "builder" and see refactoring complete, but last to chars ");" are highlighted with red (Unexpected token).