Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-402

parse failed with empty return value.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.3
    • 3.4.0
    • None

    Description

      Code:

      function foo() {
        return;
      }

      got exception: parsing error in '{'

       

      but

      function foo() {
        return null;
      }

      is ok

      Attachments

        Activity

          People

            henrib Henri Biestro
            xupengcheng Xu Pengcheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: