aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.qml
blob: 977539a357268cbe662e2b0e84174ea4e457feff (plain)
1
2
3
4
5
import Test 1.0

MyTypeObject {
    nullGrouped.script: console.log(1921)
}