// PROBLEM: none // WITH_RUNTIME fun test(){ listOf(1,2,3).apply { 1.apply { forEach{ it + 1 } } } }