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

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