Nice/testsuite/compiler/typing dti.testsuite,1.10,1.11
Daniel Bonniot <[email protected]> Sat, 12 Mar 2005 02:41:44 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/testsuite/compiler/typing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5589/testsuite/compiler/typing Modified Files: dti.testsuite Log Message: Implemented visibility for toplevel variables and values. Index: dti.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/dti.testsuite,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dti.testsuite 9 Mar 2005 21:50:19 -0000 1.10 --- dti.testsuite 12 Mar 2005 02:41:41 -0000 1.11 *************** *** 1,5 **** /// Global ?String maybeString() = null; ! let ()->?String maybeStringGenerator = (int x => ()=> x++ > 10 ? "abc" : null)(0); void maybeThrow() = throw new Exception(); boolean maybeTrue() = true; --- 1,5 ---- /// Global ?String maybeString() = null; ! public let ()->?String maybeStringGenerator = (int x => ()=> x++ > 10 ? "abc" : null)(0); void maybeThrow() = throw new Exception(); boolean maybeTrue() = true; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click