blob: 861e53e652309d5d5eba0439966d111e59a326f6 [file] [log] [blame]
package classes;
import java.util.ArrayList;
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
*
* @since
*/
public class Test9 {
public String[] strs = {};
int number = -1;
protected ArrayList list = new ArrayList();
private Object object = new Runnable() {
public void run() {
}
};
}