aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/js/include2.js
blob: 7cfcdd95e2e3015c12d9aea68b0d65d92411d20e (plain)
1
2
3
4
5
6
7
8
9
test2 = true
var test2_1 = true

Qt.include("include3.js");

function withTokensAllowedInJSButKeywordsInQML(char)
{
    var double;
}