[Nice-commit] Nice/testsuite/lib/nice/lang range.testsuite,NONE,1.1
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-15 19:20:33
|
Update of /cvsroot/nice/Nice/testsuite/lib/nice/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14902/testsuite/lib/nice/lang Added Files: range.testsuite Log Message: Make sure that finite literal ranges have a static subtype of List. --- NEW FILE: range.testsuite --- /// PASS List<int> l = 0..10; assert l[0] == 0 && l[10] == 10; |