Home
last modified time | relevance | path

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

/art/test/569-checker-pattern-replacement/src/
DMain.java295 public static long setLongThroughParam(Second s, long value) { in setLongThroughParam() method in Main
1147 assertEquals(333L, setLongThroughParam(s, 333L)); in main()