| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 field: RuntimeError | 5 field: RuntimeError |
| 6 type_variables: RuntimeError | 6 type_variables: RuntimeError |
| 7 capture_closure: RuntimeError | |
| 8 capture_closure_parameter: RuntimeError | |
| 9 capture_this: RuntimeError | |
| 10 catch: RuntimeError | |
| 11 closure_in_constructor: RuntimeError | |
| 12 closure_in_initializer: RuntimeError | |
| 13 closure_in_initializer_closure: RuntimeError | |
| 14 closures: RuntimeError | |
| 15 for_in_closure: RuntimeError | |
| 16 for_loop: RuntimeError | |
| 17 for_variable_capture_test: RuntimeError | |
| 18 instance_tear_off: RuntimeError | |
| 19 named_closure: RuntimeError | |
| 20 non_void_context: RuntimeError | |
| 21 uncaptured_for_in_loop: RuntimeError | |
| OLD | NEW |