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

QtObject {
    function testFunction() { return 19; }

    property int test: testFunction()
}