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