Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Sep 28, 2023
1 parent 0820df8 commit a69fae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/native_objc_test/nullable_inheritance_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ -(NSObject *) nonNullReturn {

@interface NullableIntermediate : NullableBase {}
@end
@implementation NullableIntermediate
@end

@interface NullableChild : NullableIntermediate {}

Expand Down

0 comments on commit a69fae5

Please sign in to comment.