-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Xcode 10.2 gives multiple warnings in multiple files:
'public' modifier is redundant for static method declared in a public extension, for example
in CentralMoment.swift line 36:
public static func centralMoment(_ values: [Double], order: Int) -> Double? {
It seems that the access level of the extension is the default access level of each method in the extension. To get rid of the warning, one must remove these public access modifiers, or change the default access level of each extension to something other than public.
This stack overflow post addresses the issue:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels