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
Example swift file (that compiles without warnings or errors):
import Foundation
classNormalClass{}classGenericClass<T:Equatable>{}
// class CommentedOut {}
protocolMyProtocol{}
// class is used for lots of stuff
classMultipleProtocols:NSObject,MyProtocol{}
Output from fus list:
NormalClass
CommentedOut
The text was updated successfully, but these errors were encountered:
Example swift file (that compiles without warnings or errors):
Output from
fus list
:The text was updated successfully, but these errors were encountered: