Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / I18n.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int áâãäå: 10
5     stringProperty: "Test áâãäå: " + áâãäå
6 }