aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failTwo.qml
blob: c2cbce9f80a09dbade76e1c1aa9291ea60521a0b (plain)
1
2
3
4
5
6
7
import QtQuick 1.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
}