summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/NestedErrorsType.qml
blob: 5cc8d20ff2eff2e3a56fc55c91f7480b9b0213d5 (plain)
1
2
3
4
5
import Qt 4.6

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