[Nice-commit] Nice/testsuite/compiler/classes fields.testsuite,1.12,1.13
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-23 16:25:20
|
Update of /cvsroot/nice/Nice/testsuite/compiler/classes In directory sc8-pr-cvs1:/tmp/cvs-serv32388/F:/nice/testsuite/compiler/classes Modified Files: fields.testsuite Log Message: Make it possible to access a static field of a superclass or interface. Index: fields.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/classes/fields.testsuite,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** fields.testsuite 5 Oct 2003 19:48:55 -0000 1.12 --- fields.testsuite 23 Nov 2003 16:25:17 -0000 1.13 *************** *** 117,121 **** int f(A a) = a.x++; ! /// PASS bug // accessing a final static field of an interface implemented by ObjectInputStream int x = ObjectInputStream.TC_NULL; --- 117,121 ---- int f(A a) = a.x++; ! /// PASS // accessing a final static field of an interface implemented by ObjectInputStream int x = ObjectInputStream.TC_NULL; |