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