blob: ecd4d7dbfec49a1cd804b37f98f6f4506954c616 [file] [log] [blame] [edit]
foo(
srcs = [
"list",
"not",
"sorted",
], # this should be sorted in the build mode only
bar = [
f(x)
for x in [
# please keep sorted
"list",
"not",
"sorted",
]
],
# keep sorted
foo = [
"list",
"not",
"sorted",
],
)
# buildifier: keep sorted
x = [
"list",
"not",
"sorted",
]
y = [
"not",
"sorted",
"list",
]
# buildifier: keep sorted
[
"list",
"not",
"sorted",
]
[
"not",
"sorted",
"list",
]
[
# buildifier: keep sorted
"list",
"not",
"sorted",
]