summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/methods.3.qml
blob: 79efc508d76008f6c5b91ee6ccdab5d297ae541f (plain)
1
2
3
4
5
6
7
import Qt 4.6

QtObject {
    function testFunction() { return 19; }

    property int test: testFunction()
}