blob: a7d047adb73f7428fa5380a087471a3546ac7b79 [file]
package test6;
public class CCTest6b {
public static void main(String[] args) {
CCTest6b t = new CCTest6b();
}
public void test(String permanent, String ... variable) {
}
public void test(int permanent, String ... variable) {
}
public void test(String permanent1, String permanent2) {
}
}