package testing private fun times(times : Int, body : () -> T) {} fun main(args: Array) { times(3) { } }