You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structFoo{varbar:String
// warning or removed according to unneeded_synthesized_initializer
init(bar:String){self.bar = bar
}
// or any other macros, such as canImport
#if DEBUG init(data:CGFloat){self.bar ="\(data)"}#endif}
/// compile error if autocorrect
letfoo=Foo(bar:"bar")
Environment
SwiftLint version: 0.55.0 / 0.53.0
Installation method used: CocoaPods / Homebrew
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Describe the bug
Environment
The text was updated successfully, but these errors were encountered: