Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DSpreadCollectTest.java144 assertEquals(SpreadCollect.MT_collectorLeading2, collector.type()); in testAsCollectorLeading()
157 assertEquals(SpreadCollect.MT_collectorLeading2, collector.type()); in testAsCollectorLeadingInvokeWithArguments()
238 …static final MethodType MT_collectorLeading2 = methodType(String.class, int.class, int.class, Stri… field in SpreadCollectTest.SpreadCollect