aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/goodTypeAssertion.qml
blob: 85aaf50d061327ec3b5676f24aa36bacad118210 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    id: root
    function self() { return root }

    property QtObject foo: self()
    property real foox: (foo as Item).x
}