blob: ec2ddc8ac283b93e405458e2b2722b1797072daa [file] [log] [blame]
package test.pkg2;
import test.pkg.PackageTest;
public class Test2 {
private Test2(float afloat) {
PackageTest.NON_TEST_CONSTRUCTOR= true;
}
public void nonTestMethod() {
}
}