aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarations/redeclare-with-async-generator-declaration.case
blob: 3413db42baa256cb0fe3f0fe33efd07e95ad68d6 (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 AsyncGeneratorDeclaration
template: redeclare
features: [async-iteration]
---*/

//- body
  async function* f() {}