Bug - Cannot enter multi-line comments

Nikolay Botev bono8106 at gmail.com
Sat Jul 11 21:43:55 UTC 2015


Nikolays-MacBook-Air:bin nbotev$ uname -a
Darwin Nikolays-MacBook-Air.local 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64

Nikolays-MacBook-Air:bin nbotev$ java -version
java version "1.9.0-ea"
Java(TM) SE Runtime Environment (build 1.9.0-ea-b72)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b72, mixed mode)

JShell verison: kulla-0.610-20150709005843

——


Reproduction steps:

Nikolays-MacBook-Air:bin nbotev$ jshell
|  Welcome to JShell -- Version 0.610
|  Type /help for help

-> /** Line 1

->  * line 2
|  Error:
|  illegal start of expression
|   * line 2
|   ^

->  */
|  Error:
|  illegal start of expression
|   */
|   ^
|  Error:
|  illegal start of expression
|   */
|    ^
|  Error:
|  reached end of file while parsing
|   */
|     ^



More information about the kulla-dev mailing list