Skip to content

Commit 54011e5

Browse files
kallentucommit-bot@chromium.org
authored andcommitted
[analyzer] Fix format.fbs after summary change for variance.
Change-Id: I90379ad24f50e3d8a3d16879a4572529b3d83692 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125900 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Kallen Tu <[email protected]>
1 parent 615928c commit 54011e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkg/analyzer/lib/src/summary/format.fbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,11 @@ enum UnlinkedTokenType : byte {
724724

725725
WITH,
726726

727-
YIELD
727+
YIELD,
728+
729+
INOUT,
730+
731+
OUT
728732
}
729733

730734
/// Information about the context of an exception in analysis driver.

0 commit comments

Comments
 (0)