Patch by Larry Campvell for git #237

This commit is contained in:
Richard Frith-Macdonald 2022-02-12 13:06:23 +00:00
parent a89dc604dd
commit 3bc05ad580
3 changed files with 94 additions and 18 deletions

View file

@ -44,7 +44,8 @@ enum
NSEvaluatedObjectExpressionType,
NSVariableExpressionType,
NSKeyPathExpressionType,
NSFunctionExpressionType
NSFunctionExpressionType,
NSKeyPathCompositionExpressionType
};
typedef NSUInteger NSExpressionType;