aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badBinding.qml
blob: 8e781710a2bfbd633316386ad88db67e9d05d3e9 (plain)
1
2
3
4
5
import QtQml

QtObject {
    doesNotExist: 12
}