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

import QtQuick 2.0

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