summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_11600.qml
blob: 56e78850512c251ef8407b44036cee97edb5db84 (plain)
1
2
3
4
5
6
7
8
import Qt 4.7
import "qtbug_11600.js" as Test

QtObject {
    id: goo

    property bool test: undefined == goo.Test.foo
}