aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badLiteralBinding.qml
blob: b3cfc8f4ee898565945db489522a4a49bf5797c4 (plain)
1
2
3
4
import QtQuick
Item {
    property int int1: "foo"
}