public class Foo { void m() { int[] xs = {1, 2, 3}; for (int x : xs) { <caret> } } }