aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/SelfInstantiation.qml
blob: b2e4e453a0fd294a651953fba77474ee2db10758 (plain)
1
2
3
4
5
import QtQml 2.0
QtObject {
    property QtObject self: SelfInstantiation {
    }
}