da1f911c42
In case of duplicate exports, always report the error for the very last one. R=adamk@chromium.org BUG=v8:5358,v8:1569 Review-Url: https://codereview.chromium.org/2331003002 Cr-Commit-Position: refs/heads/master@{#39424}
8 lines
309 B
Plaintext
8 lines
309 B
Plaintext
# Copyright 2015 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
*%(basename)s:9: SyntaxError: Duplicate export of 'default'
|
|
export default class C {};
|
|
^^^^^^^
|
|
SyntaxError: Duplicate export of 'default'
|