blob: 803146430b01d890a502080bbc031fc1b72b03e7 [file] [log] [blame]
public class Class2 {
private int __myPrivateFiield;
protected int _myProtectedField;
public int myPublicField;
}