// FIX: Convert sealed sub-class to object // WITH_RUNTIME sealed class Sealed object SubSealed : Sealed() { init { println("init") } }