mirror of
https://github.com/tc39/test262.git
synced 2025-07-05 21:24:40 +02:00
13 lines
274 B
Plaintext
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() {}
|