aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/methods.3.qml
blob: 1090b48f746583d8e5223b4d5d92f6e626be7640 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

QtObject {
    function testFunction() { return 19; }

    property int test: testFunction()
}