aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/cli/data/sourceFolder/ImportFromBothPaths.qml
blob: 4a2775ce29e5ccd422a40a334a7215e0c1e97867 (plain)
1
2
3
4
5
6
7
8
9
10
import SomeModule
import AnotherModule

A {
    helloSomeModule: "hello!"

    B {
        helloAnotherModule: "World!"
    }
}