On Wed, 29 Mar 2023 00:31:46 GMT, Johannes Kuhn <jk...@openjdk.org> wrote:
>> Do interfaces still implement these properly without definition if they >> extend interfaces that declare `@Override boolean equals();` etc.? > > Yes. You can use [`Comperator<T>`][1] as test. > > [1]: > https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Comparator.html#equals(java.lang.Object) Added a test and confirmed they work in the latest patch. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13197#discussion_r1151289342