Details
-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
6.2, 6.3
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.