mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 03:42:23 -07:00
add '#caller_expression'
This commit is contained in:
@@ -104,6 +104,7 @@ enum ParameterValueKind {
|
||||
ParameterValue_Constant,
|
||||
ParameterValue_Nil,
|
||||
ParameterValue_Location,
|
||||
ParameterValue_Expression,
|
||||
ParameterValue_Value,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user