aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/scriptString.qml
blob: 40a3bbeede2c73b500075c4719fc476fd842f850 (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    scriptProperty: foo + bar
    grouped.script: console.log(1921)
}