blob: 10ecde3d3c4a4fdd4e4892653825339253caf2d4 [file] [log] [blame]
def Closure myPrintClosure = System.out.&println
myPrintClosure("foo");