aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importThree.js
blob: 3917134ee28953cf48abb14e4cf26b8e745ade7a (plain)
1
2
3
4
5
6
7
8
9
.import "importFour.js" as ImportFourJs

function greetingString() {
    return ImportFourJs.greetingString();
}

function importThreeFunction() {
    return '3';
}