mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
b9835c3828
When a class method is marked as both `dynamic` and `@inline(__always)`, its dispatch behavior is not well defined. Therefore this specific combination should be discouraged.