-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
@GTylissanakis
Description
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"}