starlark
starlark copied to clipboard
Clarify trailing comma in lambda parameters
trafficstars
lambda x,: None
is valid in Python, but invalid by this spec and in java implementation.
If the difference is intentional, let's mention that explicitly.
If that's accidental, let's fix the spec and implementation.