aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/catchIdentifierNoWarning.qml
blob: 097baa6fcfb392eb3f00c372ff754b3ed1877573 (plain)
1
2
3
4
5
6
7
import QtQml 2.12

QtObject {
    function f() {
        try {} catch(err) {console.log(err);}
    }
}