Chromium Code Reviews| Index: pkg/analyzer/test/services/data/cu_tests.data |
| =================================================================== |
| --- pkg/analyzer/test/services/data/cu_tests.data (revision 31483) |
| +++ pkg/analyzer/test/services/data/cu_tests.data (working copy) |
| @@ -23,4 +23,14 @@ |
| ByteData byteData = new ByteData(1); |
| print(byteData is ByteData); |
| print(byteData.elementSizeInBytes); |
| -} |
| +} |
| +>>> |
| +/** |
| + * Y. |
| + */ |
| +abstract class Y = String; |
| +<<< |
| +/** |
| + * Y. |
| + */ |
| +abstract class Y = String; |