We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For an extension of A, sourcekitten gives the original declaration of A instead of the extension declaration:
A
{ "key.kind" : "source.lang.swift.decl.extension", ... "key.annotated_decl" : "<Declaration>public final class List<T : <Type usr=\"s:C10RealmSwift6Object\">Object<\/Type>> : <Type usr=\"s:C10RealmSwift8ListBase\">ListBase<\/Type><\/Declaration>", ...
As far as I can tell, this prevents Jazzy from being able to show type constraints on extensions.
The text was updated successfully, but these errors were encountered:
Fixed in #441.
Sorry, something went wrong.
jpsim
No branches or pull requests
For an extension of
A
, sourcekitten gives the original declaration ofA
instead of the extension declaration:As far as I can tell, this prevents Jazzy from being able to show type constraints on extensions.
The text was updated successfully, but these errors were encountered: