bruno.aybar
06/02/2019, 10:35 PMBurkhard
06/02/2019, 10:45 PMisAdult
function. The contract does not do this on it’s own. So you should return this@isAdult is Adult
instead of just true
.isAdult
function inline? There is no reason for it as far as I can tell, unless this is a requirement for contracts (which is isn’t as far as I know)Sergey Bondari
06/02/2019, 11:15 PM@ExperimentalContracts
is mind blowing indeed. Did not know it. Thanks Brunobruno.aybar
06/03/2019, 3:03 PM