QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / multiSet.10.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int a: 10
5     a: 11
6 }