Update of /cvsroot/nice/Nice/testsuite/compiler/native
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15899/testsuite/compiler/native
Modified Files:
fields.testsuite
Log Message:
Access to static field without context information for the expected type.
Index: fields.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/fields.testsuite,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fields.testsuite 31 Jul 2003 19:32:05 -0000 1.2
--- fields.testsuite 20 Mar 2004 14:21:02 -0000 1.3
***************
*** 18,19 ****
--- 18,25 ----
}
}
+
+ /// PASS bug
+ foo(File.separator);
+ /// Toplevel
+ void foo(String) {}
+ void foo(char) {}
|