blob: 24b0b43cb5a25f03a08f5ae7ed41974dcc6c1fe0 [file] [log] [blame]
class Test {
String f;
void foo(String... s) {}
void bar() {
foo(f);
}
}