aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/010_type_conversion_for_comparison.sol
blob: c0cd87d4689f28d9cc37d29ed155520451a43409 (plain) (tree)
1
2
3
4
5
6





                                                                        
contract test {
    function f() public { uint32(2) == int64(2); }
}
// ----
// Warning: (42-63): Statement has no effect.
// Warning: (20-66): Function state mutability can be restricted to pure