// IS_APPLICABLE: false fun String.foo(n: Int): Boolean { return length - n/2 > 1 }