Changeset 231
- Timestamp:
- 02/07/07 00:16:18 (2 years ago)
- Files:
-
- trunk/src/language/d/Parser.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/language/d/Parser.d
r215 r231 639 639 continue; 640 640 case '{': 641 if (!tok.children || !tok.children.length) { 642 continue; 643 } 641 644 Element a = new Class(this.parent, name, extends, implements, startTok, tok.children[length-1], lastComment); 642 645 auto p = new Parser();
