Commits

Michael Ilseman committed 9d76ce983e9
[Import as Member] Fix oversight where we skip getter validation. In the code that makes sure to pair up getters/setters only from the same top level module, we were accidentally skipping the final validity checks (e.g. do the number of parameters line up). This fixes that.