Skip to content

Commit f29f41f

Browse files
jensjohacommit-bot@chromium.org
authored andcommitted
Update binary.md forgotten when adding language version fields to binary
Change-Id: I243881923c55229f1e03901f2f655cba99633e3c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112086 Reviewed-by: Dmitry Stefantsov <[email protected]> Commit-Queue: Jens Johansen <[email protected]>
1 parent e59a4a2 commit f29f41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/kernel/binary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ type Name {
224224

225225
type Library {
226226
Byte flags (isExternal, isSynthetic);
227+
UInt languageVersionMajor;
228+
UInt languageVersionMinor;
227229
CanonicalNameReference canonicalName;
228230
StringReference name;
229231
// An absolute path URI to the .dart file from which the library was created.

0 commit comments

Comments
 (0)