Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DSpreadCollectTest.java141 assertEquals(SpreadCollect.MT_collectorLeading1, collector.type()); in testAsCollectorLeading()
154 assertEquals(SpreadCollect.MT_collectorLeading1, collector.type()); in testAsCollectorLeadingInvokeWithArguments()
237 … static final MethodType MT_collectorLeading1 = methodType(String.class, int.class, String.class); field in SpreadCollectTest.SpreadCollect