summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/hack
blob: 1e695eaed5dfe2997a5501353cb203c6b2a4b83c (plain)
1
2
3
4
5
<?hh // strict

async function foo(): Awaitable<string> {
  return await (() ==> 'Hello, world')();
}