mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This was fixed by Doug's work in e15f67e453. It isn't actually the
underlying problem in rdar://problem/43312726, but it's worth
recording the test case so we don't regress.
6 lines
111 B
Objective-C
6 lines
111 B
Objective-C
@class ClassInOtherFile;
|
|
|
|
@interface Base
|
|
- (ClassInOtherFile *)getClassInstanceWithoutMentioningItsName;
|
|
@end
|