You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following transformation shouldn't be considered a breaking change, but the current implementation is "too strict" and treats all changes to the base type as a breaking change.
Before:
publicclassFoo{}publicclassBar{}
After:
publicclassFoo{}publicclassBar:Foo{}
The text was updated successfully, but these errors were encountered:
The following transformation shouldn't be considered a breaking change, but the current implementation is "too strict" and treats all changes to the base type as a breaking change.
Before:
After:
The text was updated successfully, but these errors were encountered: