Chromium Code Reviews| Index: tests/language/const_escape_frog_test.dart |
| =================================================================== |
| --- tests/language/const_escape_frog_test.dart (revision 28233) |
| +++ tests/language/const_escape_frog_test.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| import "package:expect/expect.dart"; |
| class Foo { |
| - const Bar<Foo> bar = const Bar/* comment here use to trigger bug 323 */(); |
| + final Bar<Foo> bar = const Bar/* comment here use to trigger bug 323 */(); |
| } |
| class Bar<T extends Foo> { |