// WITH_RUNTIME // FIX: Convert to 'also' fun foo() { "".also { println(it + it) } }