[K/N][Test] Ignore test with deprecated StringBuilder.deleteCharAt

This commit is contained in:
Pavel Punegov
2021-09-20 12:16:54 +03:00
parent b656d67bd4
commit 0b2a8c0c25
@@ -4,6 +4,7 @@
// IGNORE_BACKEND: JS_IR_ES6
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
fun StringBuilder.takeFirst(): Char {
if (this.length == 0) return 0.toChar()