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

Object {
    function testFunction() { return 19; }

    property int test: testFunction()
}