----
function x() {
  return y;
  /*
   * hello
   */
}
----
x = ->
  y

  ###
  # hello
  ###
