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
In `Console`, I had annotated the parameter of `readln` previously but
missing the return type. Then the JDK added an overload whose return
type also needs an annotation.
Along the way, I noticed similar methods in the `IO` class, so I
annotated it, too.
Co-authored-by: Werner Dietl <[email protected]>
0 commit comments