aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/modules/data/formatting/rangeFormatting.qml
blob: 1431fb10c32f5372827c0cd1838d81ce726e0fbf (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;
        }
             }
}