| Index: lib/scalarlist/byte_arrays.dart
|
| diff --git a/lib/scalarlist/scalarlist.dart b/lib/scalarlist/byte_arrays.dart
|
| similarity index 99%
|
| copy from lib/scalarlist/scalarlist.dart
|
| copy to lib/scalarlist/byte_arrays.dart
|
| index 7f1f97f375489beb8e56e77f3e5c33d5559e4f44..fe03d42d64feb9e2adfa45f514307fa4f4c6fe08 100644
|
| --- a/lib/scalarlist/scalarlist.dart
|
| +++ b/lib/scalarlist/byte_arrays.dart
|
| @@ -2,11 +2,6 @@
|
| // 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.
|
|
|
| -// TODO(ager): This should have a #library directive when the VM
|
| -// can use normal library structuring.
|
| -//
|
| -// #library('dart:scalarlist');
|
| -
|
| /**
|
| * A random-access sequence of bytes that also provides random access to
|
| * the fixed-width integers and floating point numbers represented by
|
|
|