Opened 7 years ago
Closed 7 years ago
#86 closed defect (fixed)
Parsing Error tuples access with spaces
Reported by: | Thierry Delisle | Owned by: | |
---|---|---|---|
Priority: | major | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
Parser rejects tuple access with extra whitespace:
int foo() { [int, int] a = [ 32, 22 ]; a.0; a . 0; // error here }
Note: See
TracTickets for help on using
tickets.