// PROBLEM: none sealed class SC { class U : SC() { override fun equals(other: Any?): Boolean { return this === other } } }