class A { public void test() { int a = 0; int b = 0; int c = 0; final int sum = b + c; int d = a + sum; } }