Clang Project
clang_source_code
/
test
/
Import
/
objc-param-decl
/
Inputs
/
S.m
1
@protocol NSString
2
@end
3
4
@interface Dictionary <FirstParam : id <NSString>, NSString>
5
@end
6