[Nice-commit] Nice/testsuite/compiler/abstractInterfaces interface.testsuite,1.1,1.2
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2005-01-17 18:26:49
|
Update of /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12611/F:/nice/testsuite/compiler/abstractInterfaces Modified Files: interface.testsuite Log Message: Various additional testcases. Index: interface.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces/interface.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** interface.testsuite 2 Jun 2003 17:43:11 -0000 1.1 --- interface.testsuite 17 Jan 2005 18:25:58 -0000 1.2 *************** *** 13,14 **** --- 13,18 ---- } + /// FAIL + /// Toplevel + abstract interface I<T> {} + abstract interface /*/// FAIL HERE */ K extends I {} |