// WITH_RUNTIME val String.foo: String get() = if (isEmpty()) "" else substring(1).foo