Index: pkg/analyzer/test/src/summary/resynthesize_test.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_test.dart b/pkg/analyzer/test/src/summary/resynthesize_test.dart |
index 574cf7a2a3e7d15f7bab6d60b112d97bd89cf8fc..d8951a39ac2f3e6324084f3df0a79c335ebb6547 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart |
@@ -619,6 +619,8 @@ class ResynthTest extends ResolverTestCase { |
expect(resynthesized.location, original.location, reason: desc); |
expect(resynthesized.name, original.name); |
expect(resynthesized.nameOffset, original.nameOffset, reason: desc); |
+ expect(rImpl.codeOffset, oImpl.codeOffset, reason: desc); |
+ expect(rImpl.codeLength, oImpl.codeLength, reason: desc); |
expect(resynthesized.documentationComment, original.documentationComment, |
reason: desc); |
expect(resynthesized.docRange, original.docRange, reason: desc); |