aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/arraybuffer_property_get.qml
blob: 78ebb1abe1546f33ec92fc3a742c85d8b18f164a (plain)
1
2
3
4
5
import Test 1.0

MyArrayBufferTestClass {
    property bool ok: byteArrayProperty instanceof ArrayBuffer
}