blob: cf9f831a48ef249d50fc71a73a5dda9ce1c20214 [file] [log] [blame]
public class X {
void f(Set<String> strings) {
<spot>for</spot> (String string : strings) {
System.out.println(string);
}
}
}