Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/io/Serializable/records/
DThrowingConstructorTest.java132 public R5(int x) { in R5() method
/libcore/ojluni/src/test/java/lang/reflect/records/
DRecordReflectionTest.java53 record R5(String... args) {} in R5() method in RecordReflectionTest