| 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) { | |
| } | |
| } |