1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Added 'decltype' to AddTopLevelTypes

This commit is contained in:
Brian Fiete 2022-06-01 12:32:03 -07:00
parent 89c8a56400
commit 2576ae6bae

View file

@ -1369,6 +1369,7 @@ void BfAutoComplete::AddTopLevelTypes(BfAstNode* identifierNode, bool onlyAttrib
AddEntry(AutoCompleteEntry("token", "function"), filter);
AddEntry(AutoCompleteEntry("token", "delegate"), filter);
AddEntry(AutoCompleteEntry("token", "decltype"), filter);
if (mModule->mCurTypeInstance != NULL)
{