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

QtObject {
    objectName: "Hello" + "World"
}