contract test { function f() pure public { ufixed16x2 a = +3.25; fixed16x2 b = -3.25; a; b; } } // ---- // Warning: (70-75): Use of unary + is deprecated.