package p; class Fields { int foo; long bar; int[] spam; static float baz; static float bleh; static double qux; static Object eggs; }