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

QtObject {
    function testFunction() { return 19; }

    property int test: testFunction()
}