fun foo(x: Int): () -> Unit = { println(x) } fun bar() = 23 // LINES: 1 1 1 3 2 2 3 3 1 1 1 5 5 5