Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some examples where discovering Swift classes fails: #17

Open
daniel-beard opened this issue Sep 29, 2017 · 2 comments
Open

Some examples where discovering Swift classes fails: #17

daniel-beard opened this issue Sep 29, 2017 · 2 comments

Comments

@daniel-beard
Copy link

Example swift file (that compiles without warnings or errors):

import Foundation

class NormalClass {

}

class GenericClass<T: Equatable> {

}

// class CommentedOut {}

protocol MyProtocol {}

// class is used for lots of stuff
class MultipleProtocols : NSObject, MyProtocol {

}

Output from fus list:

NormalClass
CommentedOut
@tsabend
Copy link
Owner

tsabend commented Oct 13, 2017

Thanks for the examples.

@tsabend
Copy link
Owner

tsabend commented Nov 27, 2017

The generic class example should be solved by: #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants