[svn] r7490: nemerle/trunk/ncc/parsing/MainParser.n
VladD2
svnadmin at nemerle.org
Sun Feb 25 13:02:55 CET 2007
Log:
Add comment for Luntain.
Author: VladD2
Date: Sun Feb 25 13:02:54 2007
New Revision: 7490
Modified:
nemerle/trunk/ncc/parsing/MainParser.n
Modified: nemerle/trunk/ncc/parsing/MainParser.n
==============================================================================
--- nemerle/trunk/ncc/parsing/MainParser.n (original)
+++ nemerle/trunk/ncc/parsing/MainParser.n Sun Feb 25 13:02:54 2007
@@ -841,6 +841,9 @@
parms = [],
typarms = Typarms.Empty);
def dummy_method = ClassMember.Function (header = h, name = h.name, modifiers = mods,
+ //VladD2: Please, use correct location, and mark generated location as Generated.
+ // Member location can't be smaller then Fun_header location.
+ // See also: Location.AsGenerated().
loc = start_tok.Location, body = FunBody.Parsed(<[]>), implemented = []);
dummy_method
| _ =>
More information about the svn
mailing list