aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/GetOptionalLookupOnQJSValueNonStrict.qml
blob: 5a89e996b43a1b8872abf24b02251e9c867623a0 (plain)
1
2
3
4
5
6
7
import QtQml
import TestTypes

QtObject {
    property Action action: Action { }
    property bool b: action?.visible
}