import java.util.stream.Stream fun main(args: Array) { val a = { x -> Stream.of(1, 2).count() } }