jackyglony / objectiveclipse

Automatically exported from code.google.com/p/objectiveclipse
0 stars 0 forks source link

Add support for ObjC 2.0 Fast Enumeration #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following does not parse.

--------------------------------8<--------------------------------
for (Item *item in items) 
{
/* STUFF */
}
--------------------------------8<--------------------------------

Original issue reported on code.google.com by rrusaw@gmail.com on 24 Jul 2009 at 2:27