class NewClass{
	String method() {
		String a;
		a = new String();
		return a;
	}
}