Closed mbruggmann closed 4 months ago
EnumSet doesn't have the equivalent of Set.of(arr[]). For now, let's just skip those cases and bail out.
Set.of(arr[])
Fixes #516.
Likewise, thanks @timtebeek!
EnumSet doesn't have the equivalent of
Set.of(arr[])
. For now, let's just skip those cases and bail out.Fixes #516.