We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a2829 commit a004222Copy full SHA for a004222
proto/cel/expr/conformance/proto3/test_all_types.proto
@@ -63,7 +63,7 @@ message TestAllTypes {
63
string single_string = 14;
64
bytes single_bytes = 15;
65
optional bool optional_bool = 16;
66
- optional bool optional_string = 17;
+ optional string optional_string = 17;
67
68
// Collides with 'in' operator.
69
bool in = 18;
0 commit comments