// "Convert to local" "true" class TestInitializer { private boolean field; { field = true; System.out.println(field); } }