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

DTZ checks are broken in QML

XMLWordPrintable

      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
      

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

            qtqmlteam Qt Qml Team User
            ulherman Ulf Hermann
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes