diff options
Diffstat (limited to 'clang/test/Rewriter/properties.m')
-rw-r--r-- | clang/test/Rewriter/properties.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Rewriter/properties.m b/clang/test/Rewriter/properties.m index 38ba086aa7a..68ce6e97eba 100644 --- a/clang/test/Rewriter/properties.m +++ b/clang/test/Rewriter/properties.m @@ -47,6 +47,7 @@ static int func(int i); obj1.i = (obj2.rrrr); [obj1 setI:[obj2 rrrr]]; obj1.i = [obj2 rrrr]; + obj1.i = 3 + [obj2 rrrr]; i = obj1.o.i; obj1.o.i = 77; } |