Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / insertedSemicolon.1.qml
1 import Test 1.0
2
3 MyQmlObject {
4     function foo()
5     {
6         return
7     }
8
9     1223
10 }