Home
last modified time | relevance | path

Searched refs:expectedIsSynthetic (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
1039 assertEquals(expectedIsSynthetic, parameter.isSynthetic()); in checkImplicitAndSynthetic()