Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-11710

Nested type with direct variable assignment isn't highlighted correctly

    XMLWordPrintable

Details

    • e3f59773113181e3f4ec0c3fd8caf5e7dd210ed7

    Description

      int foo()
      {
          struct Nested
          {
              int i;
          } n;
          n.i = 42; // i not highlighted
      
          Nested n2;
          n2.i = 42; // i is highlighted
      }

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes