class Example { void foo() { int a = 1 - -4; int b =-a; Other.check(-a); } }