class C { int foo(String[] vars, int i) { return vars[i].length(); } }