public class VarNullInit {
	void method() {
		java.lang.Object x = null;
	}
}