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 033960d commit 2832271Copy full SHA for 2832271
lldb/test/API/lang/swift/step_into_objc_interop_init/Foo.m
@@ -3,6 +3,7 @@
3
@implementation Foo
4
5
- (id)init {
6
+ return self;
7
}
8
9
- (id)initWithString:(nonnull NSString *)value {
0 commit comments