aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/nullObjectInitializer.qml
blob: 32bc62c9f23ea57038eb846f9c29f3ad6fb9e385 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    property QtObject testProperty: null
}