aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_11600.qml
blob: 7fcf2bebd7f08ff865f50011b007df77329f1053 (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
}