solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/396_invalid_mobile_type.sol

11 lines
439 B
Solidity
Raw Normal View History

contract C {
function f() public {
// Invalid number
78901234567890123456789012345678901234567890123456789345678901234567890012345678012345678901234567;
[1, 78901234567890123456789012345678901234567890123456789345678901234567890012345678012345678901234567];
}
}
// ----
// TypeError 3757: (89-187): Invalid rational number.
// TypeError 3390: (205-303): Invalid rational number.