Skip to content

Commit 0022aa1

Browse files
scheglovCommit Queue
authored andcommitted
Elements. Fix enum summary test logical merge conflict.
CL1: https://dart-review.googlesource.com/c/sdk/+/452846 CL2: https://dart-review.googlesource.com/c/sdk/+/452849 One changed printing `element2` with `element`. Two printed `element2`. Change-Id: I0c378e59a744d54bf603e8337ddfa2a0c7f39b51 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/453361 Reviewed-by: Paul Berry <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 0677dc1 commit 0022aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/test/src/summary/elements/enum_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ library
200200
constructorName: ConstructorName
201201
type: NamedType
202202
name: E @-1
203-
element2: <testLibrary>::@enum::E
203+
element: <testLibrary>::@enum::E
204204
type: E
205205
element: <testLibrary>::@enum::E::@constructor::new
206206
argumentList: ArgumentList

0 commit comments

Comments
 (0)