blob: f99d1da27de78b2ede801fc9324e0776107681cc [file] [log] [blame]
public class Test {
String foo(String[] s, int i) {
return <selection>s[i]</selection>;
}
}