diff options
Diffstat (limited to 'test/Index/complete-method-decls.m')
-rw-r--r-- | test/Index/complete-method-decls.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/complete-method-decls.m b/test/Index/complete-method-decls.m index becb7de..ce48246 100644 --- a/test/Index/complete-method-decls.m +++ b/test/Index/complete-method-decls.m @@ -8,7 +8,7 @@ - (int)getInt; - (id)getSelf; @end - +@protocol P1; @protocol P2<P1> + (id)alloc; @end |