[jsapigen-devel] [ jsapigen-Bugs-3543931 ] Properties cannot have keyword-like names
Status: Beta
Brought to you by:
tdz
From: SourceForge.net <no...@so...> - 2012-07-14 07:58:14
|
Bugs item #3543931, was opened at 2012-07-14 00:58 Message generated for change (Tracker Item Submitted) made by tdz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103472&aid=3543931&group_id=237508 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Source code Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Zimmermann (tdz) Assigned to: Thomas Zimmermann (tdz) Summary: Properties cannot have keyword-like names Initial Comment: Naming a property like a keyword gererate a syntax error during parsing. An example class is shown below. class my_class { int property value : get_value; }; This probably happens with other fields then properies as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1103472&aid=3543931&group_id=237508 |