blob: e7faadd0c3652224efe53d27d969e197bb2d9b43 [file] [log] [blame]
package test7;
import static test7.CCTest7a.testStatic;
public class CCTest7bii {
public static void main(String[] args) {
CCTest7a t = new CCTest7a();
t.test("Hello", "Hello", "Hello"); //Check the signature of the test method.
}
}