Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / multiSet.8.qml
1 import Test 1.0
2
3 MyTypeObject {
4     grouped {
5         value: 10
6         value: 11
7     }
8 }