aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/bindingBeforeDeclaration.qml
blob: 7fc592d7f0e59ca72b77350c0021cdd31b0d83d4 (plain)
1
2
3
4
5
6
import QtQuick

Item {
    binding: QtObject {}
    property QtObject binding
}