aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/data/script.js
blob: fa55f9069eb8d64e1aefa0bc9cde625eef6662d7 (plain)
1
2
3
4
5
6

.import "library.js" as Library

function getter() {
    return Library.getter()
}