blob: 197d75cf46c06123d8e756e03ff8906a42114536 [file] [log] [blame]
class Test {
void foo(int... i) {
foo(<selection>""</selection>, 1);
foo(3);
}
}