Bugs item #768726, was opened at 2003-07-09 20:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=768726&group_id=44253
Category: Interactions
Group: Annoying
Status: Open
Resolution: None
Priority: 7
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Top-level comments in Interactions are rejected
Initial Comment:
The new Interactions pre-processor incorrectly rejects
winged comments at the top level. Multi-line comments
work fine, as do comments in multi-line expressions.
Broken:
> // comment
> int x; // comment
Works:
> /* comment */
> (3 // comment
)
> if (true) {
// comment
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=768726&group_id=44253
|