contract test { function f() public returns (bool) { } } // ---- // Warning: (20-58): Function state mutability can be restricted to pure