rcl/golden/fmt/seq_comment.test
2025-08-23 20:34:02 +02:00

11 lines
187 B
Text

[
// This comment should not force the entire seq to be tall.
for x in xs:
x * 2
]
# output:
[
// This comment should not force the entire seq to be tall.
for x in xs: x * 2
]