Argyrios Kyrtzidis | 1a0ffd5 | 2013-03-29 22:16:32 +0000 | [diff] [blame] | 1 | @import category_top; |
2 | @import category_left; | ||||
3 | |||||
4 | @interface Sub : Foo | ||||
5 | - (void)left_sub; | ||||
6 | @end | ||||
7 | |||||
8 | // RUN: rm -rf %t | ||||
9 | // RUN: c-index-test -test-load-source local -fmodules -fmodules-cache-path=%t %s -I%S/../Modules/Inputs | FileCheck %s | ||||
10 | // CHECK: modules-objc-categories.m:5:9: ObjCInstanceMethodDecl=left_sub:5:9 [Overrides @2:9] |