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
For example, using the permalink next to method " actually links to method %22 (which happens to be the url-encoded version of ". All method names should have a consistent encoding and decoding applied. Ideally this should be done to the individual names before constructing signatures, otherwise there will still be ambiguities between signatures such as `x` () and `x()`.
Verified with scaladoc versions 2.11.12, 2.12.8 and 2.13.0.