Update of /cvsroot/nice/Nice/testsuite/compiler/syntax
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19915/testsuite/compiler/syntax
Modified Files:
expressions.testsuite
Log Message:
Testcase for parsing bug fixed by Bryn on 22 Sep 2004 21:10:48 -0000
(Parser.jj rev 1.266)
Index: expressions.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/expressions.testsuite,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** expressions.testsuite 2 Sep 2004 18:23:27 -0000 1.8
--- expressions.testsuite 6 Oct 2004 08:23:28 -0000 1.9
***************
*** 28,29 ****
--- 28,35 ----
assert 0.000_012 == 0.000012;
assert 1_000.000_1d == 1000.0001d;
+
+ /// PASS
+ let a = new A(_b: 0);
+ let x = a._b;
+ /// Toplevel
+ class A { int _b; }
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
|