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
[Commonizer] Don't serialize enum entries' classes after commonization
Previously, `KlibMetadataSerializer` would create them in addition to
the proper enum entries, but now we use `FirElementSerializer` which only
creates the entries.
Without this change, some test fail complaining that the commonization
result contains additional classes when compared to the golden files.
See: `ClassifierCommonizationFromSourcesTest#testClassKindAndModifiers`.
0 commit comments