qtdeclarative/tests/auto/qml/qmlcppcodegen/data/functionLookup.qml

7 lines
92 B
QML

import QtQml
QtObject {
function foo() { return "a" + 99 }
property var bar: foo
}