OLD | NEW |
---|---|
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, 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 library lib1; | 5 library dart.collection_dev; |
Lasse Reichstein Nielsen
2013/01/17 13:59:22
We could use .dev instead of _dev. I think I prefe
floitsch
2013/01/17 16:25:55
Done.
| |
6 | |
7 class A {} | |
OLD | NEW |