Skip to content

Commit d2ad38a

Browse files
chloestefantsovaCommit Queue
authored and
Commit Queue
committed
[model] Mention Constructor.isErroneous in binary.md
It wasn't added by oversite. Similar flags for Field and Procedure are already included in binary.md. Change-Id: I3f12f170734489bbc72e03f9d7dcfdeef28daa8a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427760 Commit-Queue: Chloe Stefantsova <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent 50b8358 commit d2ad38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kernel/binary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ type Constructor extends Member {
415415
FileOffset startFileOffset; // Offset of the start of the constructor including any annotations.
416416
FileOffset fileOffset; // Offset of the constructor name.
417417
FileOffset fileEndOffset;
418-
Byte flags (isConst, isExternal, isSynthetic);
418+
Byte flags (isConst, isExternal, isSynthetic, isErroneous);
419419
Name name;
420420
List<Expression> annotations;
421421
FunctionNode function;

0 commit comments

Comments
 (0)