solidity/test/cmdlineTests/error_codes/input.sol
2020-07-09 14:39:05 +02:00

7 lines
68 B
Solidity

contract C {
function f() {
2=0;
""[2];
}
}