blob: cd0d0e17b05389970a5378cd3bd71920760da0a9 [file] [log] [blame]
data class Foo(val name: String) {
override fun equals(other: Any?): Boolean {
<selection>return super.equals(other)</selection>
}
}