// "Implement abstract class" "true" // SHOULD_BE_AVAILABLE_AFTER_EXECUTION private abstract class Base { abstract var x: Int abstract fun toInt(arg: String): Int }