fork download
  1. class Ideone {
  2. static void main(String[] args) {
  3. def myMap = [fruit: 'apple', drink: 'coke'].asUnmodifiable()
  4. println(myMap.drink)
  5. }
  6. }
  7.  
Success #stdin #stdout 1.51s 128368KB
stdin
Standard input is empty
stdout
coke