qtdeclarative/tests/auto/qml/qmlcppcodegen/data/importsFromImportPath.qml

6 lines
62 B
QML

import Module
NotCompiled {
property int bar: foo + 16
}