Home
last modified time | relevance | path

Searched defs:myConstructor (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/test/examplesAndroidO/paramnames/
DParameterNames.java41 public static void myConstructor() throws NoSuchMethodException { in myConstructor() method in ParameterNames
43 Constructor<?> myConstructor = clazz.getDeclaredConstructor(int.class, int.class); in myConstructor() local