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

Nested struct not resolved inside member function definition

XMLWordPrintable

    • 93f57a99a1e9df7e427c346ef78fd1955ee89669

      struct Foo { void func(); };
      
      void Foo::func()
      {
          struct Bar { int baz; };
          Bar bar;
          bar.baz; // Not highlighted
      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes