// WITH_STDLIB // SKIP_TXT fun box(): String { buildList { val foo = { first() } add(0, foo) } return "OK" }