mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-18 19:07:16 +07:00
4 lines
129 B
Java
4 lines
129 B
Java
// "Remove other 'java.util.Comparator' references" "true"
|
|
import java.util.Comparator;
|
|
|
|
class X implements Comparator<String> {} |