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
If you write a while loop which contains a readLine() and a writeLine() (like below) and then continuously hold down the enter key, the program will eventually crash with the error 'NoSuchMethodError: The getter 'col' was called on null.'.