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] |
11 |