aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failTwo.qml
blob: 28e2026f8de1254d53baef13416715a851ce6dca (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

import "testScriptImport.js" as TestScriptImport

QtObject {
    property string importScriptFunctionValue: ImportOneJs.greetingString() // should fail - the typenames in TestScriptImport should not be visible from this scope
}