qtdeclarative/tests/auto/qml/qmllint/data/initReadonly.qml

6 lines
59 B
QML

import QtQml
QtObject {
readonly property int i: 14
}