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