aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/data/fetchException.qml
blob: 6431fcfae8fd16410206b6e60fa68a9ad1c412f5 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
    property Item data
    property int a: data.x, 1
}