class foo { void f() { double single x, y; y = Math.abs(x); } }