1+ Source: x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
2+ declare x {
3+ value cel.expr.conformance.proto3.TestAllTypes
4+ }
5+ =====>
6+ ERROR: test_location:1:1: overlapping declaration name 'i' (type 'int' cannot be distinguished from 'int')
7+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
8+ | ^
9+ ERROR: test_location:1:35: undeclared reference to 'v' (in container '')
10+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
11+ | ..................................^
12+ ERROR: test_location:1:60: undeclared reference to 'exists' (in container '')
13+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
14+ | ...........................................................^
15+ ERROR: test_location:1:61: undeclared reference to 'i' (in container '')
16+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
17+ | ............................................................^
18+ ERROR: test_location:1:64: undeclared reference to 'v' (in container '')
19+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
20+ | ...............................................................^
21+ ERROR: test_location:1:67: undeclared reference to 'i' (in container '')
22+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
23+ | ..................................................................^
24+ ERROR: test_location:1:71: undeclared reference to 'v' (in container '')
25+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
26+ | ......................................................................^
27+ ERROR: test_location:1:74: undeclared reference to 'v' (in container '')
28+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
29+ | .........................................................................^
30+ ERROR: test_location:1:118: undeclared reference to 'v' (in container '')
31+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
32+ | .....................................................................................................................^
33+ ERROR: test_location:1:165: found no matching overload for '_<_' applied to '(cel.expr.conformance.proto3.TestAllTypes, int)' (candidates: (bool, bool),(int, int),(uint, uint),(double, double),(string, string),(bytes, bytes),(google.protobuf.Timestamp, google.protobuf.Timestamp),(google.protobuf.Duration, google.protobuf.Duration),(int, uint),(uint, int),(int, double),(double, int),(uint, double),(double, uint))
34+ | x.repeated_int64.exists(i, i, i < v) && [1, 2, 3, 4].exists(i, v, i < v, v) && x.map_string_string.exists_one(i, i < v) && [1, 2, 3].transformList(i, v, i > 0 && x < 3, (i * v) + v) == [4]
35+ | ....................................................................................................................................................................^
0 commit comments