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

QtObject {
    property string i: -1
}