class ValNullInit {
	void method() {
		final java.lang.Object x = null;
	}
}