[Nice-commit] Nice/src/bossa/syntax OverloadedSymbolExp.java,1.72,1.73
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-07-22 18:27:48
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv515/F:/nice/src/bossa/syntax Modified Files: OverloadedSymbolExp.java Log Message: Make sure not to loose the location of fieldaccesses. Index: OverloadedSymbolExp.java =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/OverloadedSymbolExp.java,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** OverloadedSymbolExp.java 22 Jul 2004 13:52:41 -0000 1.72 --- OverloadedSymbolExp.java 22 Jul 2004 18:27:39 -0000 1.73 *************** *** 379,382 **** --- 379,383 ---- new Arguments(new Arguments.Argument[]{new Arguments.Argument(Node.thisExp)})); + res.setLocation(ident.location()); res.resolveOverloading(); return res; |