Searched refs:InnerWithOneParameterConstructor (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java336 private class InnerWithOneParameterConstructor { class in class:InvokableTest
338 public InnerWithOneParameterConstructor(String s) {} method in class:InvokableTest.InnerWithOneParameterConstructor
343 InnerWithOneParameterConstructor.class.getDeclaredConstructors()[0];

Completed in 308 milliseconds