DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.2%2Bdfsg-6 / tests / auto / qml / qqmllanguage / data / dynamicPropertiesNested.qml
123456789
import QtQuick 2.0 DynamicPropertiesNestedType { property int a: 13 property int b: 12 super_a: 11 }