Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108362

DTZ checks are broken in QML

    XMLWordPrintable

Details

    Description

      We can generally write to let/const variables before their declaration. This should throw an exception. For example:

              a = 5;
              let a;
      
      function c() {
              b = 10;
      }
      
      c()
      let b
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-108362
          # Subject Branch Project Status CR V

          Activity

            People

              ulherman Ulf Hermann
              ulherman Ulf Hermann
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes