Add tests for list() in assignment in array literals Array literals will constant evaluate their elements. These can include assignments, even though these are not valid constant express
Add tests for list() in assignment in array literals Array literals will constant evaluate their elements. These can include assignments, even though these are not valid constant expressions. The lhs of assignments can be a list() element (or []) which is parsed as an array with a special flag.
show more ...
|