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

6 lines
92 B
QML

import AttachedProperties 1.0
QtObject {
TestType.count: 42
TestType.str: "hello"
}