interface I { val s: String val b: Boolean } class B( // INFO: {"checked": "true", "toAbstract": "true"} override val s: String, // INFO: {"checked": "true", "toAbstract": "true"} override val b: Boolean, val i: Int ) : I