mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When we have both const and non-const version of a function, we import the non-cont version with the "Mutating" suffix. This logic, however, is redundant for static member functions as those can never be marked as "const" since they don't have a "self" or "this" to mutate. rdar://120858502
2.0 KiB
2.0 KiB