Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1488)

Unified Diff: mojo/public/interfaces/bindings/tests/regression_tests.mojom

Issue 2112313002: Dart: Fixes enum array encoding (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/interfaces/bindings/tests/regression_tests.mojom
diff --git a/mojo/public/interfaces/bindings/tests/regression_tests.mojom b/mojo/public/interfaces/bindings/tests/regression_tests.mojom
index 8428288c8eef791111c4eee240e5204ba45e895d..571a96f71479b1a572b08f62ffc41c8c64190ea1 100644
--- a/mojo/public/interfaces/bindings/tests/regression_tests.mojom
+++ b/mojo/public/interfaces/bindings/tests/regression_tests.mojom
@@ -89,6 +89,10 @@ struct ContainsArrayOfEnum {
array<NormalEnum> array_of_enums;
};
+struct ContainsNullableArrayOfEnum {
+ array<NormalEnum>? array_of_enums;
+};
+
interface Regression551 {
Get(array<string> key_prefixes) => (int32 result);
};

Powered by Google App Engine
This is Rietveld 408576698