test262/src/declarations/async-function.case
Leo Balter 895778e35b naming
2018-12-20 12:53:31 -05:00

13 lines
274 B
Plaintext

// 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() {}