2014-12-08 15:54:55 +00:00
|
|
|
# Copyright 2014 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.
|
2015-02-12 18:06:24 +00:00
|
|
|
|
2015-02-12 23:04:40 +00:00
|
|
|
*%(basename)s:11: SyntaxError: 'super' keyword unexpected here
|
2015-02-12 18:06:24 +00:00
|
|
|
super(x);
|
2015-02-12 23:04:40 +00:00
|
|
|
^^^^^
|
|
|
|
SyntaxError: 'super' keyword unexpected here
|