blob: cbee5adaf81e38cb76187930bbf450cea64a19be [file] [log] [blame]
class VarArgTest {
public void a(Test first, Test... rest){
}
public void b(<TYPO descr="Typo: In word 'Testt'">Testt</TYPO> first, <TYPO descr="Typo: In word 'Testt'">Testt</TYPO>... rest){
}
public class Test {
}
public class <TYPO descr="Typo: In word 'Testt'">Testt</TYPO> {
}
}