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

Object {
    Script {
        var a = 10;
    }
}