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