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
I think it has trouble with generics x:A<Int> and nested generics like `x:A<B>, because when it encounters these cases, it populates the last signature in the current class rather than the current method. Interestingly, if the last signature happens to be a nested generic, it gets the signature right.
The text was updated successfully, but these errors were encountered:
0b1kn00b
changed the title
Populating incorrect signatures for nested generics.
Populating incorrect signatures.
May 17, 2023
I think it has trouble with generics
x:A<Int>
and nested generics like `x:A<B>, because when it encounters these cases, it populates the last signature in the current class rather than the current method. Interestingly, if the last signature happens to be a nested generic, it gets the signature right.The text was updated successfully, but these errors were encountered: