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
@Shufeng01 After calling stream() for the first time, execute any other command and it should display the same error even though it has nothing to do with the stream. Check what @mishadoff does by just entering "1".
It seems that returning a stream into one of the resX variables breaks the REPL.
The following breaks JavaREPL reliably:
From this point forward, every single command will output the following:
However, streams themselves seem to be okay. The following works flawlessly:
I am using Java 1.8.0_11
The text was updated successfully, but these errors were encountered: