- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testInnerClassWithOneParameterConstructor (0.2 seconds)
-
guava-tests/test/com/google/common/reflect/InvokableTest.java
private class InnerWithOneParameterConstructor { @SuppressWarnings("unused") // called by reflection InnerWithOneParameterConstructor(String s) {} } public void testInnerClassWithOneParameterConstructor() { Constructor<?> constructor = InnerWithOneParameterConstructor.class.getDeclaredConstructors()[0]; Invokable<?, ?> invokable = Invokable.from(constructor);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 31.1K bytes - Click Count (0)