aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/numberParsing.1.qml
blob: 1b83a1be0b1c80a1be42d685ebfb81383e2c1002 (plain)
1
2
3
4
5
6
7
8
9

import QtQuick 2.0

QtObject {
    function code() {
        var x = 0;
    }
}