aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importTwo.js
blob: 45b3c9a74d2321d01cda75d4a7ce9786a8329ee0 (plain)
1
2
3
4
5
6
7
8
9
10
.import "importFour.js" as ImportFourJs
.import "importFive.js" as ImportFiveJs

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

function importTwoFunction() {
    return '2';
}