Chromium Code Reviews| Index: dart/tests/compiler/dart2js_extra/inline_position_crash_source.dart |
| diff --git a/dart/tests/compiler/dart2js_extra/inline_position_crash_source.dart b/dart/tests/compiler/dart2js_extra/inline_position_crash_source.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a0dc061c74344e083483cc84d3120edc166cebe7 |
| --- /dev/null |
| +++ b/dart/tests/compiler/dart2js_extra/inline_position_crash_source.dart |
| @@ -0,0 +1,53 @@ |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| +// for details. All rights reserved. Use of this source code is governed by a |
| +// BSD-style license that can be found in the LICENSE file. |
| + |
| +/******************************************************************************* |
| + * Long comment to make positions in this file exceed the those in the other. |
|
ngeoffray
2012/09/24 16:39:48
the those -> those
ahe
2012/09/24 17:09:22
In CL: https://codereview.chromium.org/10967074
|
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + ******************************************************************************* |
| + */ |
| +class Super { |
| + final fisk; |
| + Super() : fisk = (() => null); |
| +} |