qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/fromAsIdentifier.qml

10 lines
59 B
QML

import QtQml
QtObject {
A {
from: 1
}
}