blob: 3413db42baa256cb0fe3f0fe33efd07e95ad68d6 [file] [log] [blame] [edit]
// 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() {}