aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/nullBindingFunction.qml
blob: 89142bd5810028eaafb188068de2431f7f16f551 (plain)
1
2
3
4
5
import QtQuick

Item {
    x: { return null }
}