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

import QtQuick 2.0

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