aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/returnTypeAnnotation_enum.qml
blob: 0585ceceb2030af0e77ebf2aa97524b48ace6e48 (plain)
1
2
3
4
5
import QtQuick

QtObject {
    function enumeration() { return Text.AlignRight }
}