// "Iterate over String[]" "true-preview" class Test { void foo() { for (String s : new String[]{"a", "b", "c"}) { } } }