-
Fix calling
EnumSet.toEnumMap
with heterogeneous value types 9956dcfPreviously, this would throw a compile error:
colors.toEnumMap({ [Color.Red]: 0, [Color.Blue]: '0', [Color.Green]: {}, })
Fix calling EnumSet.toEnumMap
with heterogeneous value types 9956dcf
Previously, this would throw a compile error:
colors.toEnumMap({
[Color.Red]: 0,
[Color.Blue]: '0',
[Color.Green]: {},
})