| Index: pkg/analyzer/test/services/data/cu_tests.data
|
| ===================================================================
|
| --- pkg/analyzer/test/services/data/cu_tests.data (revision 31443)
|
| +++ pkg/analyzer/test/services/data/cu_tests.data (working copy)
|
| @@ -5,4 +5,22 @@
|
| }
|
| <<<
|
| class A {
|
| +}
|
| +>>> dartbug.com/15876
|
| +// fisk
|
| +import "dart:typed_data";
|
| +
|
| +main() {
|
| + ByteData byteData = new ByteData(1);
|
| + print(byteData is ByteData);
|
| + print(byteData.elementSizeInBytes);
|
| +}
|
| +<<<
|
| +// fisk
|
| +import "dart:typed_data";
|
| +
|
| +main() {
|
| + ByteData byteData = new ByteData(1);
|
| + print(byteData is ByteData);
|
| + print(byteData.elementSizeInBytes);
|
| }
|
|
|