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

Object {
    Script {
        hello: world
    }
}