class Test2{

	public static void main(java.lang.String[] args){
		new NewStatement(1).method();
}
}