mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-24 11:26:03 +07:00
64323d8ab0
GitOrigin-RevId: a2b6f39e8722928193ff4c3ea9a65e4a9f041fd8
4 lines
189 B
Java
4 lines
189 B
Java
// "Remove other 'java.util.Comparator' references" "true"
|
|
import java.util.Comparator;
|
|
|
|
class X implements Comparator<Integer>, Comparator, Comparator<String><caret>, Comparator<Double> {} |