qtdeclarative/tests/auto/qmlls/completions/data
Fawzi Mohamed 8e6dcc04fc qmlls: fix import as resolution
Import as resolution (i.e. finding a type that was imported with an import as)
was broken in two ways: the shortcut looking for types did look only to types
imported without as, and the normal lookup for symbols declared the ImportScope
as visited (to avoid loops) too early in one case and would skip it.
This was visible in qmlls completions of Controls.

Pick-to: 6.4
Change-Id: Ifc1e777973ddc251bd0685290e8d28bfb025f269
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-08-12 15:10:01 +00:00
..
buildDir/BuildDir qmlls: completion support 2022-05-19 11:03:39 +02:00
completions qmlls: fix import as resolution 2022-08-12 15:10:01 +00:00