File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ tokens:
329
329
- name : AMPERSAND_AMPERSAND_EQUAL
330
330
comment : " <code>&&=</code>"
331
331
- name : AMPERSAND_DOT
332
- comment : " <code> &.</code> "
332
+ comment : " &\\ . "
333
333
- name : AMPERSAND_EQUAL
334
334
comment : " <code>&=</code>"
335
335
- name : BACKTICK
@@ -375,7 +375,7 @@ tokens:
375
375
- name : CONSTANT
376
376
comment : " a constant"
377
377
- name : DOT
378
- comment : " the `.` call operator"
378
+ comment : " the \\ . call operator"
379
379
- name : DOT_DOT
380
380
comment : " the `..` range operator"
381
381
- name : DOT_DOT_DOT
@@ -664,7 +664,7 @@ flags:
664
664
- name : CallNodeFlags
665
665
values :
666
666
- name : SAFE_NAVIGATION
667
- comment : " <code> &.<code> operator"
667
+ comment : " The & \\ . operator"
668
668
- name : VARIABLE_CALL
669
669
comment : " a call that could have been a local variable"
670
670
- name : ATTRIBUTE_WRITE
You can’t perform that action at this time.
0 commit comments