// PROBLEM: none // WITH_RUNTIME sealed class SC { class U : SC() { val a = mutableListOf() } }