DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmlecmascript / data / objectName.qml
12345678
import QtQuick 2.0 QtObject { objectName: "hello" property string test1: objectName property string test2: objectName.substr(1, 3) }