Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5, 3.6
-
None
Description
As of LANG-1115, the following test program no longer works:
public class ConstructorUtilsTest { @Test public void test() throws Exception { ConstructorUtils.invokeConstructor(TestCtor.class, new A() {}, new B[0]); } public static class TestCtor { public TestCtor(A a, B... b) {} } public static class A {} public static class B {} }
Attachments
Issue Links
- links to