Home
last modified time | relevance | path

Searched defs:R3 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/io/Serializable/records/
DThrowingConstructorTest.java73 public R3(int x, int y) { in R3() method
/libcore/ojluni/src/test/java/lang/reflect/records/
DRecordReflectionTest.java49 record R3(List<String> ls) {} in R3() method in RecordReflectionTest