OLD | NEW |
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2013, 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 file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 /** | 4 |
5 * Helps dealing with reflection in the case that the source code has been | 5 export 'top_level_entry_test.dart'; |
6 * changed as a result of compiling with dart2dart. | 6 |
7 */ | 7 main() { |
8 library dart._mirror_helper; | 8 print('export_main_override'); |
| 9 } |
OLD | NEW |