Searched refs:varArgCtor (Results 1 – 1 of 1) sorted by relevance
142 Constructor<ConstructorTestHelper> varArgCtor = ConstructorTestHelper.class in test_isVarArgs() local144 assertTrue("Vararg constructor not recognized", varArgCtor.isVarArgs()); in test_isVarArgs()