crypto
crypto copied to clipboard
Void is not valid function param type
If you do function test(notUsed as Void), there is no warning that this is invalid. Likely because params for return type and param type are currently shared but this will fail on deploy.