Skip to content

Commit f22d3b6

Browse files
Merge pull request #11343 from felipepiovezan/felipe/fix_missing_retunr
[lldb] Fix missing return in TestStepIntoObjCInteropInit
2 parents 6be8aac + 2832271 commit f22d3b6

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/lang/swift/step_into_objc_interop_init

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/step_into_objc_interop_init/Foo.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@implementation Foo
44

55
- (id)init {
6+
return self;
67
}
78

89
- (id)initWithString:(nonnull NSString *)value {

0 commit comments

Comments
 (0)