-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Using v run py2v.v ~/myfile.py raises the following error:
json2v/json2v.v:12:14: error: deprecated map syntax, use syntax like `{'age': 20}`
10 |
11 | const (
12 | operators = map{
| ~~~
13 | 'LShift': token.Kind.left_shift
14 | 'RShift': token.Kind.right_shift
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels