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

import QtQuick 2.0

QtObject {
    function code() {
        var x = -1.2;
    }
}