Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8129337

JShell: forward variables are not corralled in condition expressions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • tools
    • None
    • Cause Known

      JShell API: forward variables are not corralled in condition expressions of while, if.

      -> void f() { if (t) System.out.println("T"); }
      | Error:
      | cannot find symbol
      | symbol: variable t
      | Error:
      | illegal start of type

            jlahoda Jan Lahoda
            aeremeev Andrei Eremeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: