// "Unimplement" "true-preview" class X implements Comparable> { @Override public int compareTo(String o) { return 0; } }