class Test { public static void main(String[] args) { } public void test() { int a = 0; { int a = 42; } } }