1 2 3 4 5 6 7 8
package test2; public class AddLocalVar { public int foo() { int j = 1; return j; } }