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

import QtQuick 2.0

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