[K/N][Test] Ignore test with deprecated StringBuilder.deleteCharAt
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
// IGNORE_BACKEND: JS_IR_ES6
|
// IGNORE_BACKEND: JS_IR_ES6
|
||||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
fun StringBuilder.takeFirst(): Char {
|
fun StringBuilder.takeFirst(): Char {
|
||||||
if (this.length == 0) return 0.toChar()
|
if (this.length == 0) return 0.toChar()
|
||||||
|
|||||||
Reference in New Issue
Block a user