somehow try to detect cases where you have a property trying to override a no-args function on base class or vice versa and try to provide a fix-it to provide a fix it for making one into another. For example, the fix-it offered will make the func in the example be
Additional Detail from JIRA
md5: b17661d61829d04b65f822d78b07388a
Issue Description:
Consider
We should add a special case to diagnoseGeneralOverrideFailure that tries to see if it can correct no-args FuncDecls to VarDecls and vice-versa.
The text was updated successfully, but these errors were encountered: