aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/asBroken.qml
blob: bd88d14c76c4b981b3851ab3e7d0197d9d9ebef5 (plain)
1
2
3
4
5
6
import QtQml 2.15

QtObject {
    id: self
    property var selfAsBroken: self as Broken
}