aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failFour.qml
blob: fe7e88a829b60ba1a1a8d1007a1080bc4839cfb2 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

import "testModuleImport.js" as TestModuleImport

QtObject {
    property int importedModuleEnumValue: JsQtTest.MyQmlObject.EnumValue3 // should fail - the typenames available in TestModuleImport should not be available in this scope
}