----
a()
// one
// two
// three
function x() {
  return;
}
----
# one
# two
# three

x = ->
  return

a()
