aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/language/testdata/modules/scopemod/scopemod.qbs
blob: ba7dbcbf076d9fa435cd8a2fcaf7ba7e5c7a981c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import qbs 1.0

Module {
    property int a: 1
    property int b: 1
    property int c: a + 1
    property int d: b + 1
    property int e: 1
    property int f: 1
    property int g: 1
    property int h: 1
}