aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/completions/tryStatements.qml
blob: 5fb261a388b4ebffc1eb052d441e2bc3a7d38594 (plain)
1
2
3
4
5
6
7
import QtQuick

Item {
    function f() {
        try { } catch(x) { } finally { }
    }
}