We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7c22c commit 3bae2b2Copy full SHA for 3bae2b2
src/FonctionDefinition.h
@@ -26,6 +26,8 @@ namespace FPL {
26
bool HasReturn = false;
27
std::string ReturnValue;
28
Type ReturnType;
29
+ bool ReturnIsIdentfiant = false;
30
+ std::string ReturnIdentifantValue;
31
32
[[maybe_unused]] void FDebugPrint() const;
33
};
0 commit comments