diff options
author | 2022-05-05 11:45:04 -0700 | |
---|---|---|
committer | 2022-05-09 22:47:34 +0000 | |
commit | 72374fc62865152da43a02da8a1b8e6a4a7fd612 (patch) | |
tree | 50032164c5d6e610e0eb39699c12391ade6b1eb3 /sdk/java_sdk_test.go | |
parent | 2845464d2d9cb42ab292f9b9a7d87252c38badd0 (diff) |
Flatten foreach calls that produce 2d lists
In make, the result of $(foreach $(x),$(y),$(foreach $(z),(w),a))
is a regular list, but in Starlark it's a list of lists. Flatten
the results of foreach expressions where each element is a list
so that they're regular lists of strings again.
Bug: 226974242
Test: go test
Change-Id: I3210d409aba0d807a5890e341ab1e0c0478f5930
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions