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
thank you for the bug report.
I've looked into this and unfortenatly, We won't be able to solve this issue during this reality test, so it is pushed into the backlog
I used the code shrink on the following code and got this:
Original code:
New code:
System.out.println("Elapsed time = " + System.currentTimeMillis() - startTime + " ms");
As you can see
System.currentTimeMillis() - startTime
isn't a viable string.The text was updated successfully, but these errors were encountered: