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

import QtQuick

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

    Item {

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




    const yumyum = 1;
        }
             }
}