aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/initReadonly.qml
blob: 5a3cafff23cea1cc285bf295af7dad6102cd222f (plain)
1
2
3
4
5
import QtQml

QtObject {
    readonly property int i: 14
}