VoltLang / Volta

Compiler for the Volt Programming Language
151 stars 8 forks source link

Strict override #33

Closed bhelyer closed 6 years ago

bhelyer commented 6 years ago

Prior logic only cared about names and then verified the call. That seems like a Bad Thing. This patch won't add any function for consideration for override unless the function type matches exactly. This doesn't seem to break anything, but it is a behavioural change, hence PR.