You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pragma solidity^0.7.1;
contractFunctionArg {
function echidna_test() externalpurereturns (bool) {
returntrue;
}
function ptr(function()external f) public {
f();
}
}
will result in:
echidna-test: internal error: method type
CallStack (from HasCallStack):
error, called at src/EVM/Solidity.hs:339:22 in hevm-0.49.0-GY0kNk5Azi3A3vL1VQ1lX4:EVM.Solidity
which is caused by hevm not parsing correctly that ABI feature.
The text was updated successfully, but these errors were encountered:
Run echidna on this:
will result in:
which is caused by hevm not parsing correctly that ABI feature.
The text was updated successfully, but these errors were encountered: