aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/B.qml
blob: 7754728304077a6bd778e1b1d8a51e4551aa76b1 (plain)
1
2
3
4
5
6
import QtQml

C {
    id: z
    property int z: 3
}