aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/typeannotations/basic_qmltypes_bool.qml
blob: 79a9ede3d45fb63e6598dfc4f5875dac650dd9d9 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    function test() : bool { return true; }
}