DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / annotatedDefaultParameter.qml
12345
import QtQuick Item { function f(a: bool = true) {} }