aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarations/redeclare-with-generator-declaration.case
blob: 930831494dcfece54d9864bec40b597ffe20f5c0 (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 GeneratorDeclaration
template: redeclare
features: [generators]
---*/

//- body
  function* f() {}