Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: test/test262/local-tests/test/language/expressions/async-generators/early-errors-expression-formals-contains-super-call.js

Issue 2622833002: WIP [esnext] implement async iteration proposal (Closed)
Patch Set: fix async tests Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 the V8 project authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
3
4 /*---
5 author: Caitlin Potter <caitp@igalia.com>
6 esid: pending
7 description: >
8 It is a syntax error if FormalParameters contains SuperCall is true.
9 negative:
10 phase: early
11 type: SyntaxError
12 ---*/
13
14 (async function*(a = super()) { });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698