﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
86	Parsing Error tuples access with spaces	Thierry Delisle		"Parser rejects tuple access with extra whitespace:
{{{
int foo()  {
	[int, int] a = [ 32, 22 ];
	a.0;
	a . 0; // error here
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
