aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/modules/data/formatting/rangeFormatting.formatted4.qml
blob: d6d7227588403651ed9b15fd700657af6752f6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pragma Strict

import QtQuick

Item {
    property var test: [{
            // Testing
            "foo": "bar"
        }]

    Item {

        function test() {
            var patron = "🐈test🐈";
            let kivrik = 1;

            const yumyum = 1;
        }
    }
}