Chromium Code Reviews| Index: tests/language/constant_type_literal_test.dart |
| diff --git a/tests/language/constant_type_literal_test.dart b/tests/language/constant_type_literal_test.dart |
| index 6243a7d2956a023e622537581942ff5a9f9af6bf..21c60e987e15127113e6bcbe82f2d644a8a9091e 100644 |
| --- a/tests/language/constant_type_literal_test.dart |
| +++ b/tests/language/constant_type_literal_test.dart |
| @@ -8,7 +8,7 @@ class C<T> { |
| void m() { |
| const List lst = const [ |
| T //# 01: compile-time error |
|
Bob Nystrom
2017/03/22 23:46:39
Maybe fix the indentation?
Jacob
2017/03/23 17:27:32
Done.
|
| - ]; |
| + ]; |
| } |
| } |