예제 #1
0
 @Override
 public boolean equals(@NotNull TypeConstructor a, @NotNull TypeConstructor b) {
   return a.equals(b);
 }