/tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.7.qml

https://bitbucket.org/ultra_iter/qt-vtl · QML · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 465e95da87a080b812dc592bf8507383 MD5 · raw file

  1. import Test 1.0
  2. MyTypeObject {
  3. nullGrouped.script: console.log(1921)
  4. }