import extensions; public program() { var first := (f => f()); var second := {"second"}; console.printLine(first(second)) }