| OLD | NEW |
| 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, 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 import 'issue_1751477_lib1.dart' deferred as lib1; | 5 import 'issue_1751477_lib1.dart' deferred as lib1; |
| 6 import 'issue_1751477_lib2.dart' deferred as lib2; | 6 import 'issue_1751477_lib2.dart' deferred as lib2; |
| 7 import 'issue_1751477_lib3.dart' deferred as lib3; | 7 import 'issue_1751477_lib3.dart' deferred as lib3; |
| 8 import 'issue_1751477_lib4.dart' deferred as lib4; | 8 import 'issue_1751477_lib4.dart' deferred as lib4; |
| 9 import 'issue_1751477_lib5.dart' deferred as lib5; | 9 import 'issue_1751477_lib5.dart' deferred as lib5; |
| 10 import 'issue_1751477_lib6.dart' deferred as lib6; | 10 import 'issue_1751477_lib6.dart' deferred as lib6; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 }); | 25 }); |
| 26 }); | 26 }); |
| 27 }); | 27 }); |
| 28 }); | 28 }); |
| 29 }); | 29 }); |
| 30 }); | 30 }); |
| 31 }); | 31 }); |
| 32 }); | 32 }); |
| 33 }); | 33 }); |
| 34 } | 34 } |
| OLD | NEW |