mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
15 lines
310 B
Java
15 lines
310 B
Java
public 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> {
|
|
}
|
|
|
|
} |