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

8 lines
57 B
QML

import QtQml
QtObject {
A {
from: 1
}
}