aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/pragmaStrict.qml
blob: d50fe9b7175f12d8610e9f7d5346fe7e7db38a3a (plain)
1
2
3
4
5
6
7
pragma Strict

import QtQml

QtObject {
    function add(a, b) { return a + b; }
}