JShell: Raw string literals doesn't work with java comments

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • 12
    • Affects Version/s: 12
    • Component/s: tools

      Write in jshell

      jshell> `/**hello*/`
      $23 ==> " "

      jshell> `//hello`
      | Error:
      | unclosed string literal
      | `//hello`
      | ^
      | Error:
      | reached end of file while parsing
      | `//hello`
      | ^

            Assignee:
            Robert Field (Inactive)
            Reporter:
            Andrey Nazarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: