aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/numberToStringProperty.qml
blob: 6da8566ce309968cbe73cf4fb651de14208b2942 (plain)
1
2
3
4
5
import QtQml

QtObject {
    property string i: 1
}