aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/bindingTypeMismatchFunction.qml
blob: 74d5be4edb34b936c19cea84754360b1e8b937ed (plain)
1
2
3
4
5
6
import QtQuick

Item {
    function returnsString() : string {}
    property int number: returnsString()
}