fix existential type param parsing
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"type": "Identifier",
|
||||
"type": "GenericTypeAnnotation",
|
||||
"start": 23,
|
||||
"end": 24,
|
||||
"loc": {
|
||||
@@ -134,7 +134,23 @@
|
||||
"column": 24
|
||||
}
|
||||
},
|
||||
"name": "T"
|
||||
"typeParameters": null,
|
||||
"id": {
|
||||
"type": "Identifier",
|
||||
"start": 23,
|
||||
"end": 24,
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 23
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 24
|
||||
}
|
||||
},
|
||||
"name": "T"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ExistentialTypeParam",
|
||||
|
||||
Reference in New Issue
Block a user