aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/478_too_large_arrays_for_calldata_public.sol
blob: 2831b6fbb9ca0f03f879bfd6bf90939f283d20ee (plain) (tree)
1
2
3
4
5
6
            
                                                        


       
                                                        
contract C {
    function f(uint[85678901234] memory a) pure public {
    }
}
// ----
// TypeError: (28-54): Array is too large to be encoded.