We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e92a5a commit f5b46fbCopy full SHA for f5b46fb
test/Index/Inputs/cross_language.m
@@ -32,7 +32,7 @@ void test1() {
32
id<MyProt> p;
33
// CHECK: [[@LINE-1]]:6 | protocol/Swift | MyProt | [[MyProt_USR]] |
34
[p someProtMeth];
35
- // CHECK: [[@LINE-1]]:6 | instance-method/Swift | someProtMeth | [[MyProt_someProtMeth_USR]] |
+ // CHECK: [[@LINE-1]]:6 | instance-method(protocol)/Swift | someProtMeth | [[MyProt_someProtMeth_USR]] |
36
37
MyEnum myenm = MyEnumSomeEnumConst;
38
// CHECK: [[@LINE-1]]:3 | enum/Swift | MyEnum | [[MyEnum_USR]] |
0 commit comments