aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/setPropertyOnNull.qml
blob: a3288f47d7b5dcecad744d8b2962f1dc6599dec0 (plain)
1
2
3
4
5
import QtQuick 2.2

QtObject {
    Component.onCompleted: null.bug = 0
}