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

QtObject {
    id: goo

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