open class A(n: Int, s: String = "") { } class B( // INFO: {"checked": "true"} val i: Int ) : A(1)