blob: 49f0d78fc5b5c17f897ece3c1700fd476475ac46 [file] [log] [blame]
// Copyright 2008 The Android Open Source Project
package other;
/*
* Declare a few fields to reflect upon.
*/
public class OtherPackage {
public char pubCharField = 0x8765;
protected short protShortField = 0x1234;
protected Object protObjectField = "blah";
double pkgDoubleField = 3.141592654;
}