my qml contains the following code: ``` property var map: {"A": "test", "B": "test"} ``` and I get the following error: ``` Unexpected token: punc (:) (line: 22, col: 25, pos: 665) >>22 property var map: {"A": "test", "B": "test"} ```