| Index: pkg/analyzer/test/services/data/stmt_tests.data
|
| diff --git a/pkg/analyzer/test/services/data/stmt_tests.data b/pkg/analyzer/test/services/data/stmt_tests.data
|
| index 635ba5d30edb2d818053538f485e1833008cbc10..d150255eb7702465054355dd11fedcd9f26e2c31 100644
|
| --- a/pkg/analyzer/test/services/data/stmt_tests.data
|
| +++ b/pkg/analyzer/test/services/data/stmt_tests.data
|
| @@ -121,3 +121,8 @@ main() {
|
| throw new FormatException(
|
| "This is a long exception message that puts this over 80 columns.");
|
| }
|
| +>>>
|
| +return new Field._internal(bombCount, cols, new ReadOnlyCollection<bool>(squares));
|
| +<<<
|
| +return new Field._internal(bombCount, cols,
|
| + new ReadOnlyCollection<bool>(squares));
|
|
|