aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/NestedErrorsType.qml
blob: 06a321291619d94c1940db7d081c66b49fb0eae6 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    x: "You can't assign a string to a real!"
}