Classparser bugs

root root at sunlight.dgap.mipt.ru
Mon Jun 14 18:57:58 BST 1999




Jonas Nordin wrote:


> 
>  >
> For example is I have:
> 
> > class ITests {
> >   IList(ITest) a;
> > };
> What exactly does this declaration mean?
>

 
Does it mean

class ITest;
class ITests {
	IList<ITest> a;
};


?




More information about the KDevelop mailing list