warnings: [ /global variable/ ]
----
x = { v: function() { return 2; }, y: function(){}, z: function(){} };
----
x =
  v: ->
    2
  y: ->
  z: ->
