// PROBLEM: none // FIX: none // WITH_RUNTIME fun test() { 42.also(fun(it: Int) { println(it) }) }