Open mbekkomo opened 5 months ago
Expected result are
{
"tag": "typedef",
"name": "func",
"type": {
"tag": ":function-pointer",
"parameters": [
{
"tag": ":void"
}
],
"return-type": {
"tag": ":void"
}
},
// ...
}
Sorry I missed this; any idea if this is a regression?
Returns:
It doesn't have
parameters
andreturn-type
properties.