// "Convert to local" "true" class Test { int getFoo1() { int myFoo = 1; myFoo = 5; return myFoo; } }