Opened 6 years ago

Closed 6 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
}

Change History (1)

comment:1 Changed 6 years ago by pabuhr

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.