bdawg.io
class Value(val a: Int) { fun equals(other: Value): Boolean { return a == other.a } }
operator
Any