Read return types

This commit is contained in:
Rafał Grodziński
2025-06-16 18:18:45 +09:00
parent 7397183c34
commit 5da89c2e23
5 changed files with 58 additions and 40 deletions

View File

@@ -147,7 +147,7 @@ bool ExpressionLiteral::getBoolValue() {
return boolValue;
}
int32_t ExpressionLiteral::getSInt32Value() {
int32_t ExpressionLiteral::getSint32Value() {
return sint32Value;
}