Move Appendable to its own file
This commit is contained in:
@@ -5,12 +5,6 @@
|
||||
|
||||
package kotlin.text
|
||||
|
||||
expect interface Appendable {
|
||||
fun append(c: Char): Appendable
|
||||
fun append(csq: CharSequence?): Appendable
|
||||
fun append(csq: CharSequence?, start: Int, end: Int): Appendable
|
||||
}
|
||||
|
||||
expect class StringBuilder : Appendable, CharSequence {
|
||||
constructor()
|
||||
constructor(capacity: Int)
|
||||
|
||||
Reference in New Issue
Block a user