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

9 lines
102 B
QML

pragma Strict
import QtQml
QtObject {
id: self
signal foo()
objectName: self.foo() + 1
}