aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/completions/missingRHS.parserfail.qml
blob: ce594d9f16b4492b9d6f847c7ed810bdeebaf060 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick

Item {
    function f() {
        let x = root.
        let y = root.
        for(;;) {}
    }
}