ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.61k stars 187 forks source link

Fix issue where compiler doesn't reject method call on storage struct #881

Closed cburgdorf closed 1 year ago

cburgdorf commented 1 year ago

What was wrong?

A regression caused the compiler to not properly reject code that is trying to call a method on an in-storage struct.

How was it fixed?