aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/NestedErrorsType.qml
blob: 0ba4bd6d6fef5d3e7e05914afdf404f0f09ed4be (plain)
1
2
3
4
5
import QtQuick 1.0

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