// PROBLEM: none sealed class Sealed(val y: Int) class SubSealed(x: Int) : Sealed(x)