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
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            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