class Test { O field; } class P { public static void main(String[] argv) { new Test().field = 42; } }