Error in pure contract example?
This line here looks like it should be a call to foo() instead. There is noSecretFunc defined anywhere.
Yes, thank you, I'll fix it.
Wow, it looks really broken.
Does it look better now?
Now both examples under "Pure in detail" look the same except that one claims "The compiler cannot reason about this!" while the other claims it throws an error. Which one is it?
Yeah, I also just noticed that both examples are the same except for the comment on line 15.
Updated again...