aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarations/redeclare-with-async-function-declaration.case
blob: 672dd06ce7686a62ebe6c88e3bfccad4f86a2ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
desc: >
  redeclaration with AsyncFunctionDeclaration
template: redeclare
features: [async-functions]
---*/

//- body
  async function f() {}