aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/data/scriptstring.qml
blob: 64c73ccdbc2be26ba3db587e3d541f8201287da5 (plain)
1
2
3
4
5
6
7
8
9
import cachegentest

ScriptStringProps {
    undef: undefined
    nul: null
    str: "hello"
    num: 42
    bol: true
}