blob: 967c4540ec709bd401995e143a50cdb88603896c [file] [log] [blame]
public class X {
void f(int i, String[] strings) {
}
void g(String string) {
f(1, new String[]{string});
}
}