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
Merge pull request scala#1709 from nogurenn/amend/outdated-symbol-sample-code
Other parts of this have the updated `___Name()` syntax. These examples were probably just missed.
* Add explicit return type to outdated def line
* Remove implicit TypeName/TermName conversion
Based on deprecation doc of `stringToTermName` and `stringToTypeName`, people should avoid using these implicit conversions in particular.
* Chang scope example from isOverride to isFinal
`isOverride` is now private according to the 2.13 source. Changing the example to `isFinal` instead.
* Polish doc
0 commit comments