fork(2) download
  1. // your code goes here
  2.  
  3. def myMap = [:]
  4.  
  5. println myMap.getClass()
Success #stdin #stdout 1.35s 333248KB
stdin
Standard input is empty
stdout
class java.util.LinkedHashMap