Adds back FIXME comment

traversal
venko 2021-05-26 14:53:08 -07:00
parent ddd5b2f027
commit 4f8f4fbe9e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ void ConvertIdCustomsToGenerics(IdNode *node) {
}
}
/* FIXME: This function will need to be modified to handle type parameters over structs. */
void ConvertASTCustomsToGenerics(Node *node) {
uint32_t i;
switch (node->syntaxKind)