public class Initializer { public void test() { int x = 0; int y = x; } }