Any?
equals()
例:
class Foo { fun equals(other: Foo?): Boolean { return true } }
この問題を修正するには、Any? 型の引数を取る equals() メソッドを作成してください。