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