Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Incomplete
-
Affects Version/s: 6.2, 6.3
-
Component/s: QML: Compiler, QML: Tooling
-
Labels:
Description
If you have a type Foo of the module Bar and a file called Bar.qml in the same directory (which gets imported implicitly)
This code
import Foo as Foo
Foo.Bar {}
will result in a version of your local Bar getting created instead of Foo's Bar.