DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qqmllanguage / data / optionalChainCallOnNullProperty.qml
12345678910
import QtQml QtObject { id: root property QtObject target: null Component.onCompleted: { target?.destroy( ) } }