Chromium Code Reviews| Index: pkg/front_end/testcases/regress/issue_29986.dart |
| diff --git a/pkg/front_end/testcases/regress/issue_29986.dart b/pkg/front_end/testcases/regress/issue_29986.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..42fb594d80139f9cb204bb6e0d1b308c73294709 |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/regress/issue_29986.dart |
| @@ -0,0 +1,8 @@ |
| +// Copyright (c) 2017, 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. |
| + |
| +main() { |
| +} |
| + |
| +C(this.name); |