Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
9.0
-
None
-
Windows 10
Oracle Java SDK 10.0.2
Description
In JShell, writing a line such as:
int x = 4
without a semicolon shows a red dot with an error message that a semicolon is required. However once you press enter JShell echoes back the value and the red dot disappears.