mirror of
https://github.com/apple/swift.git
synced 2026-01-02 22:53:12 +01:00
The code goes into its own sub-tree under 'tools' but tests go under 'test', so that running 'check-swift' will also run all the SourceKit tests. SourceKit is disabled on non-darwin platforms.
21 lines
287 B
Objective-C
21 lines
287 B
Objective-C
@import PopularAPI2;
|
|
@interface AAModuleColor
|
|
@end
|
|
@interface BBModuleColor
|
|
@end
|
|
@interface CCModuleColor
|
|
@end
|
|
@interface DDModuleColor
|
|
@end
|
|
@interface ModuleColaborate
|
|
@end
|
|
|
|
@interface BY_NAME_BAD1
|
|
@end
|
|
@interface byNameBad2
|
|
@end
|
|
@interface bynamebad3
|
|
@end
|
|
@interface by_name_bad4
|
|
@end
|