// Class anonarray
// Generated on Tue Feb 1 16:11:29 PST 2000
// Simple anonymous array, of primitive types.
class anonarray {
static void foo (int [][] x) {
for (int i = 0; i < x.length;
PASS: address of direct java.nio.ByteBuffer
PASS: length of direct java.nio.ByteBuffer
PASS: address of java.nio.CharBuffer view
PASS: length of java.nio.CharBuffer view
PASS: address of java.nio.Doub
PASS: address of java.nio.ByteBuffer
PASS: length of java.nio.ByteBuffer
PASS: address of java.nio.CharBuffer
PASS: length of java.nio.CharBuffer
PASS: address of java.nio.DoubleBuffer
PASS: length of
public class PR140 {
public static void fill(int[] a) {
for (int i = 0; i < a.length; i++) {
a[i] = i;
}
}
public static void main(String[] args) {
int[] a = new int[3];
fi
public class PR12374 {
/* We weren't coping with field refs on a string constant... */
Object Foo()
{
return "".CASE_INSENSITIVE_ORDER;
}
/* Special casing access to array.length whi
/*
* Aaron M. Renn reported a bug in Japhar having string length 17 for
* this string
*/
public class StringTest
{
public static void
main(String[] argv)
{
UnicodeStringLength();
public class PR8866
{
public static void main (String args[])
{
String attTypeString = "";
switch (args.length) {
case 1:
attTypeString = "string";
case 4: