Add reverse() function to js version of StringBuilder
This commit is contained in:
committed by
Andrey Breslav
parent
962a738f1e
commit
aee199b5b0
@@ -51,5 +51,6 @@ public class StringBuilder() : Appendable {
|
||||
//TODO
|
||||
//override fun append(csq: CharSequence?, start: Int, end: Int): StringBuilder = js.noImpl
|
||||
public fun append(obj: Any?): StringBuilder = js.noImpl
|
||||
public fun reverse(): StringBuilder = js.noImpl
|
||||
override fun toString(): String = js.noImpl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user