Mark Mossberg eaa0e524b4
Fix off by 1 error in codecopy (#812)
* Fix off by 1 in codecopy

* Add regression test

* Improve formatting
2018-03-15 16:41:29 -04:00

6 lines
62 B
Solidity

contract C {
function C(bool x) {
return;
}
}