Home
last modified time | relevance | path

Searched refs:expectedIsImplicit (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java1037 boolean expectedIsImplicit, boolean expectedIsSynthetic) { in checkImplicitAndSynthetic() argument
1038 assertEquals(expectedIsImplicit, parameter.isImplicit()); in checkImplicitAndSynthetic()