Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / qtbug_11600.qml
1 import QtQuick 1.0
2 import "qtbug_11600.js" as Test
3
4 QtObject {
5     id: goo
6
7     property bool test: undefined == goo.Test.foo
8 }