append

actual open override fun append(value: CharSequence?): Appendable
actual abstract override fun append(value: Char): Appendable
expect open override fun append(value: CharSequence?): Appendable
expect abstract override fun append(value: Char): Appendable
expect abstract override fun append(value: CharSequence?, startIndex: Int, endIndex: Int): Appendable
actual open override fun append(value: CharSequence?): Appendable
actual open override fun append(value: CharSequence?): Appendable
actual abstract override fun append(value: Char): Appendable
actual abstract override fun append(value: CharSequence?, startIndex: Int, endIndex: Int): Appendable